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:
parent
039e9937a4
commit
1f36afe976
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user