Rustup to rustc 1.65.0-nightly (801821d15 2022-08-14)

This commit is contained in:
bjorn3 2022-08-15 16:21:41 +02:00
parent fd428c0760
commit 1cac888e43
2 changed files with 5 additions and 5 deletions

View File

@ -56,9 +56,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.78"
version = "0.1.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413b6b13f725a46cdec40364e0c1d564a22cf0aaac5f1e267a129d956478a6b4"
checksum = "4f873ce2bd3550b0b565f878b3d04ea8253f4259dc3d20223af2e1ba86f5ecca"
dependencies = [
"rustc-std-workspace-core",
]
@ -135,9 +135,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.127"
version = "0.2.131"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
dependencies = [
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-08-08"
channel = "nightly-2022-08-15"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]