From 4b13a37d60db8b4e646a5e5fc54d1cc7c31e85b5 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 20 Jan 2024 14:11:25 +0100 Subject: [PATCH] examples/rust-gcoap: Fix transitive unbounded dependency The older version of the external module used to have an `embedded-hal = "*"` dependency that finally broke; the updated version is fixed. --- examples/rust-gcoap/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index 0c372c6470..63837e8037 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -526,7 +526,7 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "riot-coap-handler-demos" version = "0.1.0" -source = "git+https://gitlab.com/etonomy/riot-module-examples/#5aa33e8e8f7912049e09a5b1379131038d70641f" +source = "git+https://gitlab.com/etonomy/riot-module-examples/#de9fb3332c2a5125ac97ee29f5f61deba444aa99" dependencies = [ "coap-handler", "coap-handler-implementations",