Skip to content

Commit

Permalink
rust: Update versions
Browse files Browse the repository at this point in the history
coap-handler-implementations range widened, as all users must agree on a
version when building into the same resource tree.
  • Loading branch information
chrysn committed Jan 27, 2022
1 parent b8ca008 commit 2d582c5
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 86 deletions.
59 changes: 28 additions & 31 deletions examples/rust-gcoap/Cargo.lock

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

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

[patch.crates-io]
riot-sys = { git = "https://gitlab.com/etonomy/riot-sys" }
riot-wrappers = { git = "https://gitlab.com/etonomy/riot-wrappers" }
51 changes: 24 additions & 27 deletions examples/rust-hello-world/Cargo.lock

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

4 changes: 4 additions & 0 deletions examples/rust-hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ crate-type = ["staticlib"]

[dependencies]
riot-wrappers = "0.7"

[patch.crates-io]
riot-sys = { git = "https://gitlab.com/etonomy/riot-sys" }
riot-wrappers = { git = "https://gitlab.com/etonomy/riot-wrappers" }
Loading

0 comments on commit 2d582c5

Please sign in to comment.