From afd0efa29116f7809676b7d05037232dca393878 Mon Sep 17 00:00:00 2001 From: Josh Taylor Date: Sat, 9 Sep 2023 21:15:39 +0800 Subject: [PATCH] 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 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d7410147..e28af901f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ]