File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module
41
41
42
42
FEATURES_REQUIRED += rust_target
43
43
44
- CARGO_CHANNEL ?= stable
45
-
46
44
# Currently unknown, something related to the LED_PORT definition that doesn't
47
45
# pass C2Rust's transpilation
48
46
BOARD_BLACKLIST := ek-lm4f120xl
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module
21
21
22
22
FEATURES_REQUIRED += rust_target
23
23
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
-
29
24
# Currently unknown, something related to the LED_PORT definition that doesn't
30
25
# pass C2Rust's transpilation
31
26
BOARD_BLACKLIST := ek-lm4f120xl
You can’t perform that action at this time.
0 commit comments