diff --git a/.cargo/config.toml b/.cargo/config.toml index 03fd9739485c5..ff77821df3b8a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -6,4 +6,4 @@ [patch.crates-io] riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" } -riot-wrappers = { git = "https://github.com/RIOT-OS/rust-riot-wrappers" } +riot-wrappers = { git = "https://github.com/maribu/rust-riot-wrappers", branch = "api-change/thread_measure_stack_free" } diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index 06855c8813cfd..d8d05257913f9 100644 --- a/examples/rust-gcoap/Cargo.lock +++ b/examples/rust-gcoap/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/maribu/rust-riot-wrappers?branch=api-change/thread_measure_stack_free#7f018447346bb0c235b57bebda4326324a2b23a3" 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 0af45438d9265..fc8e13f9d3538 100644 --- a/examples/rust-hello-world/Cargo.lock +++ b/examples/rust-hello-world/Cargo.lock @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/maribu/rust-riot-wrappers?branch=api-change/thread_measure_stack_free#7f018447346bb0c235b57bebda4326324a2b23a3" 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 95b0899c05b16..1558c5a718ecf 100644 --- a/sys/rust_riotmodules_standalone/Cargo.lock +++ b/sys/rust_riotmodules_standalone/Cargo.lock @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/maribu/rust-riot-wrappers?branch=api-change/thread_measure_stack_free#7f018447346bb0c235b57bebda4326324a2b23a3" dependencies = [ "bare-metal", "coap-handler 0.1.6", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 19c3997743cf9..c54d35819cb5b 100644 --- a/tests/rust_minimal/Cargo.lock +++ b/tests/rust_minimal/Cargo.lock @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "riot-wrappers" version = "0.8.3" -source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def" +source = "git+https://github.com/maribu/rust-riot-wrappers?branch=api-change/thread_measure_stack_free#7f018447346bb0c235b57bebda4326324a2b23a3" dependencies = [ "bare-metal", "coap-handler 0.1.6",