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

examples/rust-gcoap: Sharpen depenency

Since 9503809f, a relatively recent version of riot-wrappers is
required.
This commit is contained in:
chrysn 2022-01-23 16:01:34 +01:00
parent 039e9937a4
commit 1f36afe976

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.10", 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.3"