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

Rust examples: Update coap-handler-implementations dependency

This helps remove duplicate code after previous updates.
This commit is contained in:
chrysn 2023-04-24 11:40:43 +02:00
parent 5f91bd8812
commit d630f00cde
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -22,7 +22,7 @@ opt-level = "s"
riot-wrappers = { version = "^0.8", 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"
coap-handler-implementations = "0.4"
riot-coap-handler-demos = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = [ "vfs" ] }
# While currently this exmple does not use any RIOT modules implemented in