mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user