1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-29 18:29:40 +02:00

Update Cargo.lock, and no need for beta toolchain.

This commit is contained in:
Andrew Walbran 2023-03-21 17:45:00 +00:00
parent b2ce958f2e
commit b670098ab1
2 changed files with 2 additions and 4 deletions

View File

@ -49,9 +49,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "spin"
version = "0.9.4"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
checksum = "b5d6e0250b93c8427a177b849d144a96d5acc57006149479403d7861ab721e34"
dependencies = [
"lock_api",
]

View File

@ -1,2 +0,0 @@
[toolchain]
channel = "beta"