diff --git a/.cargo/config.toml b/.cargo/config.toml index 03fd973948..f295621eb5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,5 +5,5 @@ # Cargo.toml, copy this file over, or just use the released versions. [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-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" } +#riot-wrappers = { git = "https://github.com/RIOT-OS/rust-riot-wrappers" } diff --git a/examples/rust-gcoap/Cargo.lock b/examples/rust-gcoap/Cargo.lock index ea368705d9..2d9b5982a3 100644 Binary files a/examples/rust-gcoap/Cargo.lock and b/examples/rust-gcoap/Cargo.lock differ diff --git a/examples/rust-hello-world/Cargo.lock b/examples/rust-hello-world/Cargo.lock index ce216225a1..a790bff4cc 100644 Binary files a/examples/rust-hello-world/Cargo.lock and b/examples/rust-hello-world/Cargo.lock differ diff --git a/sys/rust_riotmodules_standalone/Cargo.lock b/sys/rust_riotmodules_standalone/Cargo.lock index a3bd2dd1c3..e90c8f9b4c 100644 Binary files a/sys/rust_riotmodules_standalone/Cargo.lock and b/sys/rust_riotmodules_standalone/Cargo.lock differ diff --git a/tests/rust_minimal/Cargo.lock b/tests/rust_minimal/Cargo.lock index 543a464126..42886014d0 100644 Binary files a/tests/rust_minimal/Cargo.lock and b/tests/rust_minimal/Cargo.lock differ