mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
release: leon-macros v1.0.0 (#1009)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
5b0268c768
commit
1a94a36311
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1218,7 +1218,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "leon-macros"
|
name = "leon-macros"
|
||||||
version = "0.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"leon",
|
"leon",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
@ -22,7 +22,7 @@ home = "0.5.5"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
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.0", path = "../leon" }
|
||||||
leon-macros = { version = "0.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.8.0"
|
miette = "5.8.0"
|
||||||
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "leon-macros"
|
name = "leon-macros"
|
||||||
version = "0.0.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Proc macros for crate leon"
|
description = "Proc macros for crate leon"
|
||||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||||
|
|
Loading…
Add table
Reference in a new issue