Rustup to rustc 1.69.0-nightly (c5c7d2b37 2023-02-24)

This commit is contained in:
bjorn3 2023-02-25 18:17:06 +01:00
parent d53964130f
commit fdfa277158
2 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.87"
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50"
checksum = "a2fbf11d629e314a85bc4d7348ee388d98ad0e8eb53182f3e5a17bc63613acd2"
dependencies = [
"rustc-std-workspace-core",
]

View File

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