Skip to content

Commit

Permalink
⬆️ Update proc-macro-crate to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent cf1c88f commit 15bd2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ proc-macro = true
proc-macro2 = "1.0"
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full"] }
quote = "1.0.35"
proc-macro-crate = "1.3.1"
proc-macro-crate = "3.1.0"
regex = "1.10.3"
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }

Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro = true
proc-macro2 = "1.0"
syn = { version = "1.0.109", features = ["extra-traits", "full"] }
quote = "1.0.35"
proc-macro-crate = "1.3.1"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }

[dev-dependencies]
Expand Down

0 comments on commit 15bd2e9

Please sign in to comment.