Skip to content

Commit 7413a2b

Browse files
authored
Merge pull request #66 from mgeisler/fix-proc-macro2-version
cargo: fix version of proc-macro2
2 parents f015faf + 3a77bd2 commit 7413a2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ codecov = { repository = "mgeisler/version-sync" }
2424
pulldown-cmark = { version = "0.4", default-features = false }
2525
semver-parser = "0.9"
2626
syn = { version = "0.15", features = ["full"] }
27-
# Enable the span-locations feature in proc-macro2, the exact version
28-
# is determined by the syn crate.
29-
proc-macro2 = { version = "*", features = ["span-locations"] }
27+
proc-macro2 = { version = "0.4", features = ["span-locations"] }
3028
toml = "0.5"
3129
url = "1.5.1"
3230
itertools = "0.8"

0 commit comments

Comments
 (0)