Skip to content

Commit

Permalink
coapcore: Update liboscore dependency
Browse files Browse the repository at this point in the history
This pulls in workarounds / fixes for clang-18, which would otherwise
fail to define `uint8_t` & co in its stdint.h, causing bindgen failures.

See-Also: https://gitlab.com/oscore/liboscore/-/issues/61
  • Loading branch information
chrysn committed Oct 25, 2024
1 parent 1b45917 commit f824e44
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 117 deletions.
136 changes: 21 additions & 115 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 src/lib/coapcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ coap-message-utils = "0.3.3"
coap-numbers = "0.2.3"
hexlit = "0.5.5"
lakers-crypto-rustcrypto = "0.6.0"
liboscore = { git = "https://gitlab.com/oscore/liboscore/", rev = "e7a4ecd037cbb9c7f085047fec5896f4bdc68d50" }
liboscore = { git = "https://gitlab.com/oscore/liboscore/", rev = "447e34fc5af427de7513f96a756babfe2f0b2c5c" }
liboscore-msgbackend = { git = "https://gitlab.com/oscore/liboscore/", features = [
"alloc",
], rev = "e7a4ecd037cbb9c7f085047fec5896f4bdc68d50" }
], rev = "447e34fc5af427de7513f96a756babfe2f0b2c5c" }
minicbor = "0.23.0"
heapless = "0.8.0"

0 comments on commit f824e44

Please sign in to comment.