Skip to content

Commit 4c28bcf

Browse files
committed
rust: Don't force toolchain for examples
1 parent 7583626 commit 4c28bcf

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

examples/rust-gcoap/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module
4141

4242
FEATURES_REQUIRED += rust_target
4343

44-
CARGO_CHANNEL ?= stable
45-
4644
# Currently unknown, something related to the LED_PORT definition that doesn't
4745
# pass C2Rust's transpilation
4846
BOARD_BLACKLIST := ek-lm4f120xl

examples/rust-hello-world/Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module
2121

2222
FEATURES_REQUIRED += rust_target
2323

24-
# All Rust components RIOT uses work on stable Rust. If any extra libraries
25-
# were to require a more recent version, switch to `CARGO_CHANNEL =
26-
# $(CARGO_CHANNEL_NIGHTLY)` to use whichever nightly version is available.
27-
CARGO_CHANNEL ?= stable
28-
2924
# Currently unknown, something related to the LED_PORT definition that doesn't
3025
# pass C2Rust's transpilation
3126
BOARD_BLACKLIST := ek-lm4f120xl

0 commit comments

Comments
 (0)