From c7384504e499e69e671cabca12ced370523b017c Mon Sep 17 00:00:00 2001 From: Qinheping Hu Date: Thu, 7 Nov 2024 10:02:57 -0600 Subject: [PATCH] Update toolchain and kani version config --- rust-toolchain.toml | 2 +- tool_config/kani-version.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9f6970c17ee5f..00f10cd5d5c3a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # standard library we currently track. [toolchain] -channel = "nightly-2024-09-08" +channel = "nightly-2024-11-03" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"] diff --git a/tool_config/kani-version.toml b/tool_config/kani-version.toml index 5c0b4c857b6b0..f75f2058e67f2 100644 --- a/tool_config/kani-version.toml +++ b/tool_config/kani-version.toml @@ -2,4 +2,4 @@ # incompatible with the verify-std repo. [kani] -commit = "5f8f513d297827cfdce4c48065e51973ba563068" +commit = "2565ef65767a696f1d519b42621b4e502e8970d0"