Merge pull request #1381 from joshuataylor/bump-proc_macro

Bump proc_macro2 to support building on nightly rust
This commit is contained in:
Tavian Barnes
2023-09-18 20:47:15 -05:00
committed by GitHub
Generated
+2 -2
View File
@@ -663,9 +663,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.52"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]