compiles perfectly. Finally. This commit is where the yew project was compiling just fine. Don't CARGO UPDATE

This commit is contained in:
Franklin 2023-10-20 09:21:24 -04:00
parent 4336fe03b5
commit bb932cde2a
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -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",
]