Skip to content

Commit

Permalink
coap: Use released version of lakers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed May 17, 2024
1 parent 793c53d commit 9bcfec3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/coap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ coap-message = "0.3.1"
embassy-futures = "0.1.1"
coap-message-demos = { version = "0.4.0", default-features = false }
coap-request-implementations = "0.1.0-alpha.4"
lakers = { git = "https://github.com/openwsn-berkeley/lakers/", default-features = false }
lakers-crypto-rustcrypto.git = "https://github.com/openwsn-berkeley/lakers/"
lakers = { version = "0.6.0", default-features = false }
lakers-crypto-rustcrypto = "0.6.0"
coap-handler = "0.2.0"
coap-message-utils = "0.3.2"
coap-handler-implementations = "0.5.0"
Expand Down

0 comments on commit 9bcfec3

Please sign in to comment.