1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

{examples,tests}/rust: Ready for building on stable Rust

Contributes-To: https://github.com/RIOT-OS/RIOT/issues/17526
This commit is contained in:
chrysn 2022-03-07 09:51:07 +01:00
parent 48a4075dfc
commit fce36e2ad2
2 changed files with 4 additions and 2 deletions

View File

@ -9,4 +9,5 @@ resolver = "2"
crate-type = ["staticlib"]
[dependencies]
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }
# `default-features = false` can be removed with 0.8, and enables building on stable during the 0.7 series
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ], default-features = false }

View File

@ -9,4 +9,5 @@ resolver = "2"
crate-type = ["staticlib"]
[dependencies]
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }
# `default-features = false` can be removed with 0.8, and enables building on stable during the 0.7 series
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ], default-features = false }