From e8c28ef5366ab97023599f9ffd5e51c88f4f5c1f Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 20 Mar 2024 15:07:26 +1000 Subject: [PATCH] rust: Selectively update riot-sys Changes pulled by this are: * add hashes to riot-sys headers * administrative changes (riot-sys 0.7.11, CI fixes) --- 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 6f56ecfd4b73..5e9e5fc6ede3 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -729,8 +729,8 @@ dependencies = [ [[package]] name = "riot-sys" -version = "0.7.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" +version = "0.7.11" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" dependencies = [ "bindgen", "c2rust-asm-casts", diff --git a/examples/rust-hello-world/Cargo.lock b/examples/rust-hello-world/Cargo.lock index 5a2f25826e6b..a6523a3f6548 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.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" +version = "0.7.11" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" dependencies = [ "bindgen", "c2rust-asm-casts", diff --git a/sys/rust_riotmodules_standalone/Cargo.lock b/sys/rust_riotmodules_standalone/Cargo.lock index 5d4270c9dbea..887778d8ede0 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -558,8 +558,8 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "riot-sys" -version = "0.7.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" +version = "0.7.11" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" dependencies = [ "bindgen", "c2rust-asm-casts", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 04c1f8718878..c59f32a336c2 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.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" +version = "0.7.11" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a" dependencies = [ "bindgen", "c2rust-asm-casts",