Skip to content

Commit 4cb7772

Browse files
authored
Merge pull request #473 from cynecx/update-proc-macro
Update proc-macro dep so it compiles on nightly again
2 parents 6849481 + 2831379 commit 4cb7772

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/header-translator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apple-sdk = { version = "0.4.0", default-features = false }
1616
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
1717
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
1818
tracing-tree = { git = "https://github.com/madsmtm/tracing-tree.git" }
19-
proc-macro2 = "1.0.49"
19+
proc-macro2 = "1.0.66"
2020
syn = { version = "2.0", features = ["parsing"] }
2121
heck = "0.4"
2222
semver = { version = "1.0", features = ["serde"] }

0 commit comments

Comments
 (0)