1
0
Fork 0

Update proc-macro2 pin

So everything compiles again on the latest nightly:

https://github.com/rust-lang/rust/issues/113152
This commit is contained in:
Robbert van der Helm 2023-07-03 23:08:55 +02:00
parent 8848b13c67
commit c3b2b5b12d

4
Cargo.lock generated
View file

@ -3222,9 +3222,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"
version = "1.0.56"
version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
dependencies = [
"unicode-ident",
]