From edb6d7a35eacae4c45b2a592bdfcc12248067644 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 5 Feb 2024 13:31:59 +0100 Subject: [PATCH] rust: Selectively update riot-sys This pulls in https://github.com/RIOT-OS/rust-riot-sys/pull/40 --- 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 80664d3392cfb..e4926775a3c0b 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "riot-sys" version = "0.7.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" dependencies = [ "bindgen", "c2rust-asm-casts", diff --git a/examples/rust-hello-world/Cargo.lock b/examples/rust-hello-world/Cargo.lock index 86a60a350fb40..c799c85bc59fe 100644 --- a/examples/rust-hello-world/Cargo.lock +++ b/examples/rust-hello-world/Cargo.lock @@ -559,7 +559,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "riot-sys" version = "0.7.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" dependencies = [ "bindgen", "c2rust-asm-casts", diff --git a/sys/rust_riotmodules_standalone/Cargo.lock b/sys/rust_riotmodules_standalone/Cargo.lock index 056718fc20b5e..06d0809ef494f 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -559,7 +559,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "riot-sys" version = "0.7.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" dependencies = [ "bindgen", "c2rust-asm-casts", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 550f9c2e94dba..922b5c545c977 100644 --- a/tests/rust_minimal/Cargo.lock +++ b/tests/rust_minimal/Cargo.lock @@ -559,7 +559,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "riot-sys" version = "0.7.10" -source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70" +source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346" dependencies = [ "bindgen", "c2rust-asm-casts",