mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +00:00
release: leon v2.0.1 (#1172)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
887f7593d3
commit
88c7df6ea0
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2113,7 +2113,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "leon"
|
name = "leon"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"miette",
|
"miette",
|
||||||
|
|
|
@ -23,7 +23,7 @@ glob = "0.3.1"
|
||||||
home = "0.5.5"
|
home = "0.5.5"
|
||||||
itertools = "0.11.0"
|
itertools = "0.11.0"
|
||||||
jobslot = { version = "0.2.11", features = ["tokio"] }
|
jobslot = { version = "0.2.11", features = ["tokio"] }
|
||||||
leon = { version = "2.0.0", path = "../leon" }
|
leon = { version = "2.0.1", path = "../leon" }
|
||||||
leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
||||||
maybe-owned = "0.3.4"
|
maybe-owned = "0.3.4"
|
||||||
miette = "5.9.0"
|
miette = "5.9.0"
|
||||||
|
|
|
@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leon = { version = "2.0.0", path = "../leon", default-features = false }
|
leon = { version = "2.0.1", path = "../leon", default-features = false }
|
||||||
proc-macro2 = "1.0.59"
|
proc-macro2 = "1.0.59"
|
||||||
syn = { version = "2.0.18", default-features = false, features = ["proc-macro", "parsing"] }
|
syn = { version = "2.0.18", 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.0"
|
version = "2.0.1"
|
||||||
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
Reference in a new issue