diff --git a/src/riot-rs/Cargo.toml b/src/riot-rs/Cargo.toml index e596fc970..bc6c56e36 100644 --- a/src/riot-rs/Cargo.toml +++ b/src/riot-rs/Cargo.toml @@ -15,7 +15,7 @@ riot-rs-bench = { workspace = true, optional = true } riot-rs-boards = { path = "../riot-rs-boards" } riot-rs-debug = { workspace = true } riot-rs-embassy = { path = "../riot-rs-embassy" } -riot-rs-embassy-common.workspace = true +riot-rs-embassy-common = { workspace = true } riot-rs-macros = { path = "../riot-rs-macros" } riot-rs-random = { workspace = true, optional = true } riot-rs-rt = { path = "../riot-rs-rt" }