Rustup to rustc 1.72.0-nightly (e6d4725c7 2023-06-05)

This commit is contained in:
bjorn3 2023-06-06 14:12:03 +00:00
parent d4d8f1c1ff
commit 436bed8b7f
2 changed files with 5 additions and 5 deletions

@ -128,9 +128,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.144"
version = "0.2.146"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
dependencies = [
"rustc-std-workspace-core",
]
@ -159,9 +159,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.30.3"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
"compiler_builtins",
"memchr",

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-06-02"
channel = "nightly-2023-06-06"
components = ["rust-src", "rustc-dev", "llvm-tools"]