mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Pull in proc-macro2 sccache fix
This commit is contained in:
parent
6089273df5
commit
d4caabdb38
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ rust-version = "1.56"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.63"
|
||||
quote = "1.0.29"
|
||||
syn = "2.0.23"
|
||||
proc-macro2 = "1.0.74"
|
||||
quote = "1.0.35"
|
||||
syn = "2.0.46"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue