From bb932cde2ac074e78477b8357aa65677d3e5e11e Mon Sep 17 00:00:00 2001 From: Franklin Date: Fri, 20 Oct 2023 09:21:24 -0400 Subject: [PATCH] compiles perfectly. Finally. This commit is where the yew project was compiling just fine. Don't CARGO UPDATE --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b12046..3e8564d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1006,9 +1006,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.56" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" dependencies = [ "unicode-ident", ]