From fe25fcc40a0528c6c40be11ee927a2d378b5cd8e Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 21 Feb 2024 20:32:34 +0100 Subject: [PATCH] riot-rs-rt: use workspace `cfg-if` --- src/riot-rs-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/riot-rs-rt/Cargo.toml b/src/riot-rs-rt/Cargo.toml index 6e19c764d..55abee31a 100644 --- a/src/riot-rs-rt/Cargo.toml +++ b/src/riot-rs-rt/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Kaspar Schleiser "] edition = "2021" [dependencies] -cfg-if = "1.0.0" +cfg-if.workspace = true linkme.workspace = true riot-rs-threads = { path = "../riot-rs-threads", optional = true } riot-rs-utils = { path = "../riot-rs-utils" }