We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39186d commit 3352348Copy full SHA for 3352348
2 files changed
CMakeLists.txt
@@ -65,7 +65,6 @@ endif()
65
66
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/rust-toolchain.cmake)
67
set(RUST_STAMP_FILE "${CMAKE_BINARY_DIR}/.rust-toolchain.stamp")
68
-set(RUST_NIGHTLY_VERSION nightly-2026-05-13)
69
70
add_custom_command(
71
OUTPUT "${RUST_STAMP_FILE}"
cmake/rust-toolchain.cmake
@@ -1 +1,2 @@
1
set(RUST_STABLE_VERSION "1.95.0")
2
+set(RUST_NIGHTLY_VERSION "nightly-2026-05-13")
0 commit comments