Rustup to rustc 1.70.0-nightly (39f2657d1 2023-03-09)

This commit is contained in:
bjorn3 2023-03-10 14:12:47 +01:00
parent 81f9dc2c0f
commit e781db8d44
2 changed files with 3 additions and 3 deletions

View File

@ -128,9 +128,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.139"
version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
dependencies = [
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-03-04"
channel = "nightly-2023-03-10"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]