From 327db94171a3a8fa4e47f31b192456f37238cc3c Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 17 Oct 2024 14:36:38 +0200 Subject: [PATCH] fixup! Co-authored-by: ROMemories <152802150+ROMemories@users.noreply.github.com> --- src/riot-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }