Skip to content

Commit 58ea307

Browse files
committed
mctp-estack: use workspace mctp crate
Signed-off-by: Matt Johnston <[email protected]>
1 parent 83dfbb1 commit 58ea307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mctp-estack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["network-programming", "embedded", "hardware-support", "no-std"]
99
rust-version = "1.82"
1010

1111
[dependencies]
12-
mctp = { path = "../mctp", default-features = false }
12+
mctp.workspace = true
1313
libmctp = { workspace = true }
1414
heapless = "0.8"
1515
log = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)