From 835eaee63044da7b4091a9b87f90c66e3aec61f0 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 31 May 2024 18:26:18 +0200 Subject: [PATCH] */Cargo.lock: bump rust-riot-wrappers --- examples/rust-gcoap/Cargo.lock | 2 +- examples/rust-hello-world/Cargo.lock | 2 +- sys/rust_riotmodules_standalone/Cargo.lock | 2 +- tests/rust_minimal/Cargo.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index 06855c8813cf..3ef8978faa76 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" 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 0af45438d926..02622b9acf65 100644 --- a/examples/rust-hello-world/Cargo.lock +++ b/examples/rust-hello-world/Cargo.lock @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" 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 95b0899c05b1..b9de4caa759d 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" dependencies = [ "bare-metal", "coap-handler 0.1.6", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 19c3997743cf..f2c19055b625 100644 --- a/tests/rust_minimal/Cargo.lock +++ b/tests/rust_minimal/Cargo.lock @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" dependencies = [ "bare-metal", "coap-handler 0.1.6",