Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 21b0634

Browse files
committed
Pin proc_macro2 dependency to v1.0.32
1 parent 8a96eb0 commit 21b0634

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo
2222
serde = { version = "1.0.130", features = ["derive"] }
2323
serde_json = "1.0.72"
24+
proc-macro2 = "=1.0.32"
2425

2526
[dev-dependencies]
2627
quickcheck = { version = "1.0", default-features = false }

0 commit comments

Comments
 (0)