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

{examples,tests}/rust: Follow riot-wrappers deprecations

This commit is contained in:
chrysn 2022-01-23 16:01:34 +01:00
parent ddc2bf8853
commit 48a4075dfc
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ resolver = "2"
crate-type = ["staticlib"]
[dependencies]
riot-wrappers = { version = "^0.7", features = [ "with_coap_message", "with_coap_handler" ] }
riot-wrappers = { version = "^0.7.18", features = [ "set_panic_handler", "panic_handler_format", "with_coap_message", "with_coap_handler" ] }
coap-message-demos = { git = "https://gitlab.com/chrysn/coap-message-demos/", default-features = false }
coap-handler-implementations = "0.3"

View File

@ -9,4 +9,4 @@ resolver = "2"
crate-type = ["staticlib"]
[dependencies]
riot-wrappers = "0.7"
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }

View File

@ -9,4 +9,4 @@ resolver = "2"
crate-type = ["staticlib"]
[dependencies]
riot-wrappers = "0.7"
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }