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

Commit fe21019

Browse files
committed
Auto merge of #247 - chordtoll:pin_proc_macro2_dependency, r=JohnTitor
Pin proc_macro2 dependency to v1.0.32 Fixes #246 by pinning proc_macro2 to the last version compatible with recommended nightly-2021-09-30.
2 parents 326b2ac + 21b0634 commit fe21019

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.131", 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)