1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:32:46 +01:00

{examples,tests}/rust: cargo update

This restores compatibility with current nightlies by using the latest
coap-message version (after a nightly-only feature that uses saw a late
change), and also removes obstacles for use with stable Rust 1.59 (in
unrelated parts; the CoAP example is still nightly-only).

Contributes-To: https://github.com/RIOT-OS/RIOT/issues/17526
This commit is contained in:
chrysn 2022-02-25 09:46:39 +01:00
parent fa450ee675
commit 433d7ba2a5
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -12,5 +12,5 @@ crate-type = ["staticlib"]
riot-wrappers = { version = "^0.7", features = [ "with_coap_message", "with_coap_handler" ] }
coap-message-demos = { git = "https://gitlab.com/chrysn/coap-message-demos/", default-features = false }
coap-handler-implementations = "0.1"
coap-handler-implementations = "0.3"
riot-coap-handler-demos = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = [ "vfs" ] }

Binary file not shown.

Binary file not shown.