mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
rust: Run all examples on stable
This is possible starting with Rust 1.65.
This commit is contained in:
parent
b61a203053
commit
05b4749ae7
@ -41,8 +41,7 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module
|
|||||||
|
|
||||||
FEATURES_REQUIRED += rust_target
|
FEATURES_REQUIRED += rust_target
|
||||||
|
|
||||||
# This example requires a nightly version because of the CoAP dependencies
|
CARGO_CHANNEL ?= stable
|
||||||
CARGO_CHANNEL ?= ${CARGO_CHANNEL_NIGHTLY}
|
|
||||||
|
|
||||||
# Currently unknown, something related to the LED_PORT definition that doesn't
|
# Currently unknown, something related to the LED_PORT definition that doesn't
|
||||||
# pass C2Rust's transpilation
|
# pass C2Rust's transpilation
|
||||||
|
@ -21,10 +21,10 @@ BASELIBS += $(APPLICATION_RUST_MODULE).module
|
|||||||
|
|
||||||
FEATURES_REQUIRED += rust_target
|
FEATURES_REQUIRED += rust_target
|
||||||
|
|
||||||
# While this example can be built with stable Rust on many platforms, the
|
# All Rust components RIOT uses work on stable Rust. If any extra libraries
|
||||||
# nightly channel is selected to smoothly transition from running this example
|
# were to require a more recent version, switch to `CARGO_CHANNEL =
|
||||||
# to experimenting with it (which might easily lead into nightly territory).
|
# $(CARGO_CHANNEL_NIGHTLY)` to use whichever nightly version is available.
|
||||||
CARGO_CHANNEL ?= $(CARGO_CHANNEL_NIGHTLY)
|
CARGO_CHANNEL ?= stable
|
||||||
|
|
||||||
# Currently unknown, something related to the LED_PORT definition that doesn't
|
# Currently unknown, something related to the LED_PORT definition that doesn't
|
||||||
# pass C2Rust's transpilation
|
# pass C2Rust's transpilation
|
||||||
|
Loading…
Reference in New Issue
Block a user