mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
release: leon v3.0.0 (#1613)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
42215f774a
commit
5a8af0fb99
7 changed files with 7 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2409,7 +2409,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "leon"
|
name = "leon"
|
||||||
version = "2.0.1"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"miette",
|
"miette",
|
||||||
|
|
|
@ -14,7 +14,7 @@ license = "GPL-3.0-only"
|
||||||
atomic-file-install = { version = "1.0.1", path = "../atomic-file-install" }
|
atomic-file-install = { version = "1.0.1", path = "../atomic-file-install" }
|
||||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||||
compact_str = { version = "0.7.0", features = ["serde"] }
|
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||||
leon = { version = "2.0.1", path = "../leon" }
|
leon = { version = "3.0.0", path = "../leon" }
|
||||||
miette = "7.0.0"
|
miette = "7.0.0"
|
||||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||||
thiserror = "1.0.52"
|
thiserror = "1.0.52"
|
||||||
|
|
|
@ -18,7 +18,7 @@ bytes = "1.4.0"
|
||||||
compact_str = { version = "0.7.0" }
|
compact_str = { version = "0.7.0" }
|
||||||
either = "1.8.1"
|
either = "1.8.1"
|
||||||
itertools = "0.12.0"
|
itertools = "0.12.0"
|
||||||
leon = { version = "2.0.1", path = "../leon" }
|
leon = { version = "3.0.0", path = "../leon" }
|
||||||
leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
||||||
miette = "7.0.0"
|
miette = "7.0.0"
|
||||||
minisign-verify = "0.2.1"
|
minisign-verify = "0.2.1"
|
||||||
|
|
|
@ -17,7 +17,7 @@ binstalk-downloader = { version = "0.10.0", path = "../binstalk-downloader", def
|
||||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||||
cargo-toml-workspace = { version = "5.0.0", path = "../cargo-toml-workspace" }
|
cargo-toml-workspace = { version = "5.0.0", path = "../cargo-toml-workspace" }
|
||||||
compact_str = { version = "0.7.0", features = ["serde"] }
|
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||||
leon = { version = "2.0.1", path = "../leon" }
|
leon = { version = "3.0.0", path = "../leon" }
|
||||||
miette = "7.0.0"
|
miette = "7.0.0"
|
||||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
|
|
|
@ -22,7 +22,7 @@ detect-targets = { version = "0.1.15", path = "../detect-targets", features = ["
|
||||||
either = "1.8.1"
|
either = "1.8.1"
|
||||||
itertools = "0.12.0"
|
itertools = "0.12.0"
|
||||||
jobslot = { version = "0.2.11", features = ["tokio"] }
|
jobslot = { version = "0.2.11", features = ["tokio"] }
|
||||||
leon = { version = "2.0.1", path = "../leon" }
|
leon = { version = "3.0.0", path = "../leon" }
|
||||||
maybe-owned = "0.3.4"
|
maybe-owned = "0.3.4"
|
||||||
miette = "7.0.0"
|
miette = "7.0.0"
|
||||||
semver = { version = "1.0.17", features = ["serde"] }
|
semver = { version = "1.0.17", features = ["serde"] }
|
||||||
|
|
|
@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leon = { version = "2.0.1", path = "../leon", default-features = false }
|
leon = { version = "3.0.0", path = "../leon", default-features = false }
|
||||||
proc-macro2 = "1.0.68"
|
proc-macro2 = "1.0.68"
|
||||||
syn = { version = "2.0.43", default-features = false, features = ["proc-macro", "parsing"] }
|
syn = { version = "2.0.43", default-features = false, features = ["proc-macro", "parsing"] }
|
||||||
quote = "1.0.28"
|
quote = "1.0.28"
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "leon"
|
||||||
description = "Dead-simple string templating"
|
description = "Dead-simple string templating"
|
||||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||||
documentation = "https://docs.rs/leon"
|
documentation = "https://docs.rs/leon"
|
||||||
version = "2.0.1"
|
version = "3.0.0"
|
||||||
rust-version = "1.61.0"
|
rust-version = "1.61.0"
|
||||||
authors = ["Félix Saparelli <felix@passcod.name>"]
|
authors = ["Félix Saparelli <felix@passcod.name>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue