From 0b6fed58bf944a525e255f45351dfc9be3750b80 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 28 Nov 2024 14:00:09 +0100 Subject: [PATCH] fix(coap): published crates are unsuitable for building libOSCORE Picking the tagged git version until a usable crate has been published. --- src/lib/coapcore/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/coapcore/Cargo.toml b/src/lib/coapcore/Cargo.toml index b6d4024c2..d9a418aac 100644 --- a/src/lib/coapcore/Cargo.toml +++ b/src/lib/coapcore/Cargo.toml @@ -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"