Bump proc_macro2 to support building on nightly rust

cargo update proc-macro2

Otherwise the error "error[E0635]: unknown feature
`proc_macro_span_shrink`" will display and the build will fail.

Seems to be okay as of nightly 62ebe3a2b 2023-09-08
This commit is contained in:
Josh Taylor 2023-09-09 21:15:39 +08:00
parent 737b5bc42e
commit afd0efa291
No known key found for this signature in database
GPG Key ID: CCDD0A75B2820EA9
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
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",
]