From b07eddd66a65381a078e2b97799d61579cd7b471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikolai=20G=C3=BCtschow?= Date: Mon, 15 Jul 2024 14:14:41 +0200 Subject: [PATCH] rust: bump rust-riot-{sys,wrappers} version both only bump the version number with no functional changes --- examples/rust-gcoap/Cargo.lock | 8 ++++---- examples/rust-hello-world/Cargo.lock | 8 ++++---- sys/rust_riotmodules_standalone/Cargo.lock | 8 ++++---- tests/rust_minimal/Cargo.lock | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index 3ef8978faa76..ba3148786648 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -769,8 +769,8 @@ dependencies = [ [[package]] name = "riot-sys" -version = "0.7.11" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" +version = "0.7.12" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4" dependencies = [ "bindgen", "c2rust-asm-casts", @@ -784,8 +784,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" +version = "0.8.4" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df" 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 02622b9acf65..34c6d6eeb21e 100644 --- a/examples/rust-hello-world/Cargo.lock +++ b/examples/rust-hello-world/Cargo.lock @@ -558,8 +558,8 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "riot-sys" -version = "0.7.11" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" +version = "0.7.12" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4" dependencies = [ "bindgen", "c2rust-asm-casts", @@ -573,8 +573,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" +version = "0.8.4" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df" 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 b9de4caa759d..b20d1f5e9a94 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -584,8 +584,8 @@ dependencies = [ [[package]] name = "riot-sys" -version = "0.7.11" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" +version = "0.7.12" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4" dependencies = [ "bindgen", "c2rust-asm-casts", @@ -599,8 +599,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" +version = "0.8.4" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df" dependencies = [ "bare-metal", "coap-handler 0.1.6", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index f2c19055b625..2076ce0fcb82 100644 --- a/tests/rust_minimal/Cargo.lock +++ b/tests/rust_minimal/Cargo.lock @@ -558,8 +558,8 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "riot-sys" -version = "0.7.11" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" +version = "0.7.12" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4" dependencies = [ "bindgen", "c2rust-asm-casts", @@ -573,8 +573,8 @@ dependencies = [ [[package]] name = "riot-wrappers" -version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529" +version = "0.8.4" +source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df" dependencies = [ "bare-metal", "coap-handler 0.1.6",