Undo proc-macro2 version change in Cargo.toml

I don't know why Dependabot sometimes only touches Cargo.lock, and other
times wants to unnecessarily change Cargo.toml too.
This commit is contained in:
Oliver Hamlet
2026-01-06 19:27:23 +00:00
parent 332031912a
commit e20de194f3
+1 -1
View File
@@ -8,7 +8,7 @@ edition.workspace = true
license = "MIT"
[dependencies]
proc-macro2 = "1.0.105"
proc-macro2 = "1.0.83"
quote = "1.0.35"
syn = { version = ">= 1.0.0, < 3", features = ["full"] }