diff --git a/patches/stdlib-lock.toml b/patches/stdlib-lock.toml index 2f6b99dc8bb..de89c4f5eff 100644 --- a/patches/stdlib-lock.toml +++ b/patches/stdlib-lock.toml @@ -361,6 +361,7 @@ version = "0.0.0" dependencies = [ "addr2line", "alloc", + "cc", "cfg-if", "compiler_builtins", "core", diff --git a/rust-toolchain b/rust-toolchain index f4629370f8a..9bbe72c2b61 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-10-02" +channel = "nightly-2023-10-08" components = ["rust-src", "rustc-dev", "llvm-tools"]