From d832957a3614835df4df1aaa9b38caa8c735ec75 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 14 Oct 2024 13:10:19 +0200 Subject: [PATCH] DROPME! .cargo: patch rust-riot-wrapers --- .cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 03fd9739485c5..22a0022d74dd0 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -6,4 +6,5 @@ [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/RIOT-OS/rust-riot-wrappers" } +riot-wrappers = { git = "https://github.com/maribu/rust-riot-wrappers", branch = "gcoap/compatibility-with-pr-20900" }