Skip to content

Commit

Permalink
fixup! example/rust-gcoap: cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jan 24, 2022
1 parent ecd1f3a commit 6f3be16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions examples/rust-gcoap/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rust-gcoap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ crate-type = ["staticlib"]
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.1, < 0.3"
coap-handler-implementations = ">= 0.1, < 0.4"
riot-coap-handler-demos = { git = "https://gitlab.com/etonomy/riot-module-examples/", features = [ "vfs", "saul" ] }

0 comments on commit 6f3be16

Please sign in to comment.