From 628a8b4cd2b388e8f1c02d7026caa17a89febe97 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 3 Apr 2024 23:16:31 +0200 Subject: [PATCH] rust: Update riot-wrappers This pulls in [87]. [87]: https://github.com/RIOT-OS/rust-riot-wrappers/pull/87 --- examples/rust-gcoap/Cargo.lock | 4 ++-- examples/rust-hello-world/Cargo.lock | 4 ++-- sys/rust_riotmodules_standalone/Cargo.lock | 4 ++-- tests/rust_minimal/Cargo.lock | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index 87a3520134df..1143bb3b7aad 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -784,8 +784,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.2" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#f17d22a75f7494a39f5b5e8b02e3cddd3b86d3d4" +version = "0.8.3" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d" dependencies = [ "bare-metal", "coap-handler 0.1.6", diff --git a/examples/rust-hello-world/Cargo.lock b/examples/rust-hello-world/Cargo.lock index f28bf99b6272..2da593648a0b 100644 --- a/examples/rust-hello-world/Cargo.lock +++ b/examples/rust-hello-world/Cargo.lock @@ -573,8 +573,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.2" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#f17d22a75f7494a39f5b5e8b02e3cddd3b86d3d4" +version = "0.8.3" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d" dependencies = [ "bare-metal", "coap-handler 0.1.6", diff --git a/sys/rust_riotmodules_standalone/Cargo.lock b/sys/rust_riotmodules_standalone/Cargo.lock index 17d47da24b22..f6992acaaabe 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -599,8 +599,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.2" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#f17d22a75f7494a39f5b5e8b02e3cddd3b86d3d4" +version = "0.8.3" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d" dependencies = [ "bare-metal", "coap-handler 0.1.6", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 7a797760dd7c..00c034dae2ff 100644 --- a/tests/rust_minimal/Cargo.lock +++ b/tests/rust_minimal/Cargo.lock @@ -573,8 +573,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.2" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#f17d22a75f7494a39f5b5e8b02e3cddd3b86d3d4" +version = "0.8.3" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d" dependencies = [ "bare-metal", "coap-handler 0.1.6",