Rustup to rustc 1.65.0-nightly (750bd1a7f 2022-09-14)

This commit is contained in:
bjorn3 2022-09-15 14:59:14 +02:00
parent 75d24552aa
commit f68742a03c
2 changed files with 3 additions and 3 deletions

View File

@ -301,9 +301,9 @@ dependencies = [
[[package]]
name = "unicode-width"
version = "0.1.9"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-core",

View File

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