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..c6d54b40189d0 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#69d709e3cc4f201a3c2a4e04c4a83e13a0edbaef" 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..51c50ceed8c7f 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#69d709e3cc4f201a3c2a4e04c4a83e13a0edbaef" 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..73658e1669a03 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#69d709e3cc4f201a3c2a4e04c4a83e13a0edbaef" dependencies = [ "bare-metal", "coap-handler 0.1.6", diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 19c3997743cf9..f53b1d60e098a 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#69d709e3cc4f201a3c2a4e04c4a83e13a0edbaef" dependencies = [ "bare-metal", "coap-handler 0.1.6",