Skip to content

Commit 3352348

Browse files
committed
edits
1 parent f39186d commit 3352348

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ endif()
6565

6666
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/rust-toolchain.cmake)
6767
set(RUST_STAMP_FILE "${CMAKE_BINARY_DIR}/.rust-toolchain.stamp")
68-
set(RUST_NIGHTLY_VERSION nightly-2026-05-13)
6968

7069
add_custom_command(
7170
OUTPUT "${RUST_STAMP_FILE}"

cmake/rust-toolchain.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
set(RUST_STABLE_VERSION "1.95.0")
2+
set(RUST_NIGHTLY_VERSION "nightly-2026-05-13")

0 commit comments

Comments
 (0)