me when an unstable version of rust is unstable

This commit is contained in:
Toshit Chawda 2024-12-15 18:14:10 -08:00
parent 542049470e
commit e86e70d873
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 7 additions and 7 deletions

8
rewriter/Cargo.lock generated
View file

@ -376,9 +376,9 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-deque" name = "crossbeam-deque"
version = "0.8.5" version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [ dependencies = [
"crossbeam-epoch", "crossbeam-epoch",
"crossbeam-utils", "crossbeam-utils",
@ -395,9 +395,9 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-utils" name = "crossbeam-utils"
version = "0.8.20" version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]] [[package]]
name = "crunchy" name = "crunchy"

View file

@ -1,5 +1,5 @@
[toolchain] [toolchain]
channel = "nightly" channel = "nightly-2024-12-10"
targets = [ "wasm32-unknown-unknown" ] targets = ["wasm32-unknown-unknown"]
components = [ "rust-src" ] components = ["rust-src"]