We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f015faf + 3a77bd2 commit 7413a2bCopy full SHA for 7413a2b
Cargo.toml
@@ -24,9 +24,7 @@ codecov = { repository = "mgeisler/version-sync" }
24
pulldown-cmark = { version = "0.4", default-features = false }
25
semver-parser = "0.9"
26
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"] }
+proc-macro2 = { version = "0.4", features = ["span-locations"] }
30
toml = "0.5"
31
url = "1.5.1"
32
itertools = "0.8"
0 commit comments