Skip to content

Commit

Permalink
riot-rs-rt: use workspace cfg-if
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 21, 2024
1 parent eb9c8ad commit fe25fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Kaspar Schleiser <kaspar@schleiser.de>"]
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" }
Expand Down

0 comments on commit fe25fcc

Please sign in to comment.