mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-08-30 20:05:09 +00:00
apps:system:rust: Pin the rust toolchain to a specific release
Change-Id: I14c4ccd44dde92b7d2fce2e5b3779e106b761788 GitOrigin-RevId: 3013c9fc96d26d8f0d8e2c13b57f53d08ac03e98
This commit is contained in:
parent
3fe3225b1f
commit
b926995dbd
@ -48,7 +48,7 @@ function(RustAddLibrary lib_name)
|
||||
DEPENDS ${RUST_DEPENDS}
|
||||
WORKING_DIRECTORY ${RUST_SOURCE_DIR}
|
||||
COMMAND
|
||||
${CMAKE_COMMAND} -E env cargo +nightly build
|
||||
${CMAKE_COMMAND} -E env cargo +nightly-2021-08-05 build
|
||||
${CARGO_OPTIONS}
|
||||
--target-dir ${RUST_BUILD_DIR}
|
||||
--out-dir ${RUST_BUILD_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user