Skip to content

Commit

Permalink
Bump proc-macro-crate to v 3.1.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov authored May 8, 2024
1 parent 390cf04 commit 3e1e896
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion orchestra/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
syn = { version = "1.0.109", features = ["full", "extra-traits"] }
quote = "1.0.20"
proc-macro2 = { version = "1.0.47", features = ["span-locations"] }
proc-macro-crate = "1.1.3"
proc-macro-crate = "3.1.0"
expander = { version = "2.0.0", default-features = false }
petgraph = "0.6.0"
itertools = { version = "0.11" }
Expand Down

0 comments on commit 3e1e896

Please sign in to comment.