From 5d7bff869bb6890625da5f8706bb3a8bb5b3eb6e Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 13 Jan 2025 18:49:18 +0100 Subject: [PATCH] treewide: Update riot-sys This pulls in the changes of [144]. [144]: https://github.com/RIOT-OS/rust-riot-wrappers/pull/144 --- 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 703ded2d68a0..99da96e33f84 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#8a41b4a2be124e34b750f6c0c73e91e64541d95a" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#4861e4e4fd607767728117c3fbe023a41e6f03c8" dependencies = [ "bare-metal", "coap-handler", diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index 827d949c2f7c..8f272cf54adb 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#8a41b4a2be124e34b750f6c0c73e91e64541d95a" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#4861e4e4fd607767728117c3fbe023a41e6f03c8" dependencies = [ "bare-metal", "coap-handler", diff --git a/examples/rust-hello-world/Cargo.lock b/examples/rust-hello-world/Cargo.lock index 22e93febef93..ac8b09e3aa86 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#8a41b4a2be124e34b750f6c0c73e91e64541d95a" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#4861e4e4fd607767728117c3fbe023a41e6f03c8" dependencies = [ "bare-metal", "coap-handler", diff --git a/sys/rust_riotmodules_standalone/Cargo.lock b/sys/rust_riotmodules_standalone/Cargo.lock index 789497d43e42..7073a521529c 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -530,7 +530,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.9.1" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#8a41b4a2be124e34b750f6c0c73e91e64541d95a" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#4861e4e4fd607767728117c3fbe023a41e6f03c8" dependencies = [ "bare-metal", "coap-handler", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 6856c2e45da8..41ec6e64fae2 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#8a41b4a2be124e34b750f6c0c73e91e64541d95a" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#4861e4e4fd607767728117c3fbe023a41e6f03c8" dependencies = [ "bare-metal", "coap-handler",