From 7d1313b3bfcc18886e8f001c11b2031d1473e5e3 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 24 Oct 2024 09:57:36 +0200 Subject: [PATCH] treewide: update rust-riot-wrappers --- examples/rust-async/Cargo.lock | 2 +- 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/rust-async/Cargo.lock b/examples/rust-async/Cargo.lock index d02ed8566ffa..6d5d515cd9d8 100644 --- a/examples/rust-async/Cargo.lock +++ b/examples/rust-async/Cargo.lock @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.9.1" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#71e854ec4e5e3d187b5f215bd2c8f30ea07b1bd1" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#b531cc9ccb9c3cebc99d626b74b0b84a453fe58c" dependencies = [ "bare-metal", "coap-handler", diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index d4101e38b37a..47760dd54712 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -774,7 +774,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.9.1" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#71e854ec4e5e3d187b5f215bd2c8f30ea07b1bd1" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#b531cc9ccb9c3cebc99d626b74b0b84a453fe58c" dependencies = [ "bare-metal", "coap-handler", diff --git a/examples/rust-hello-world/Cargo.lock b/examples/rust-hello-world/Cargo.lock index ffb68250e8eb..9c487cacaee1 100644 --- a/examples/rust-hello-world/Cargo.lock +++ b/examples/rust-hello-world/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.9.1" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#71e854ec4e5e3d187b5f215bd2c8f30ea07b1bd1" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#b531cc9ccb9c3cebc99d626b74b0b84a453fe58c" dependencies = [ "bare-metal", "coap-handler", diff --git a/sys/rust_riotmodules_standalone/Cargo.lock b/sys/rust_riotmodules_standalone/Cargo.lock index a05975bebfe8..d0bb56902203 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.9.1" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#71e854ec4e5e3d187b5f215bd2c8f30ea07b1bd1" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#b531cc9ccb9c3cebc99d626b74b0b84a453fe58c" dependencies = [ "bare-metal", "coap-handler", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 98436a2e97f2..fcf2547a5de1 100644 --- a/tests/rust_minimal/Cargo.lock +++ b/tests/rust_minimal/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.9.1" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#71e854ec4e5e3d187b5f215bd2c8f30ea07b1bd1" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#b531cc9ccb9c3cebc99d626b74b0b84a453fe58c" dependencies = [ "bare-metal", "coap-handler",