Skip to content

Commit

Permalink
fix(coap): published crates are unsuitable for building libOSCORE
Browse files Browse the repository at this point in the history
Picking the tagged git version until a usable crate has been published.
  • Loading branch information
chrysn committed Nov 28, 2024
1 parent 8917935 commit 0b6fed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/coapcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ coap-message-utils = "0.3.3"
coap-numbers = "0.2.3"
hexlit = "0.5.5"
lakers-crypto-rustcrypto = "0.7.2"
liboscore = "0.2.1"
liboscore-msgbackend = "0.2.1"
liboscore = { git = "https://gitlab.com/oscore/liboscore/", rev = "5a39b7dbafa6aa6c6adb8e187b850f382858c401" }
liboscore-msgbackend = { git = "https://gitlab.com/oscore/liboscore/", rev = "5a39b7dbafa6aa6c6adb8e187b850f382858c401" }

minicbor = "0.23.0"
heapless = "0.8.0"
Expand Down

0 comments on commit 0b6fed5

Please sign in to comment.