Skip to content

Commit

Permalink
{examples,tests}/rust: Follow riot-wrappers deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Mar 8, 2022
1 parent ddc2bf8 commit 48a4075
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rust-gcoap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust-hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resolver = "2"
crate-type = ["staticlib"]

[dependencies]
riot-wrappers = "0.7"
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }
2 changes: 1 addition & 1 deletion tests/rust_minimal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resolver = "2"
crate-type = ["staticlib"]

[dependencies]
riot-wrappers = "0.7"
riot-wrappers = { version = "0.7", features = [ "set_panic_handler" ] }

0 comments on commit 48a4075

Please sign in to comment.