Skip to content

Commit

Permalink
Update proc-macro dep so it compiles on nightly again
Browse files Browse the repository at this point in the history
  • Loading branch information
cynecx committed Jul 26, 2023
1 parent 6849481 commit 2831379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/header-translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apple-sdk = { version = "0.4.0", default-features = false }
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
tracing-tree = { git = "https://github.com/madsmtm/tracing-tree.git" }
proc-macro2 = "1.0.49"
proc-macro2 = "1.0.66"
syn = { version = "2.0", features = ["parsing"] }
heck = "0.4"
semver = { version = "1.0", features = ["serde"] }

0 comments on commit 2831379

Please sign in to comment.