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:
parent
ddc2bf8853
commit
48a4075dfc
@ -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"
|
||||
|
@ -9,4 +9,4 @@ resolver = "2"
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
riot-wrappers = "0.7"
|
||||
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }
|
||||
|
@ -9,4 +9,4 @@ resolver = "2"
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
riot-wrappers = "0.7"
|
||||
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user