From 127f28725e065b52c950806f465c641dd1925e1a Mon Sep 17 00:00:00 2001 From: Mathieu Baudet <1105398+ma2bd@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:14:12 +0100 Subject: [PATCH] fix `cargo publish` for linera-service --- linera-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linera-service/Cargo.toml b/linera-service/Cargo.toml index 2a0244ba754..f0aedb5372c 100644 --- a/linera-service/Cargo.toml +++ b/linera-service/Cargo.toml @@ -72,7 +72,7 @@ linera-chain = { workspace = true, features = ["test"] } linera-core = { workspace = true, features = ["test"] } linera-execution = { workspace = true, features = ["test"] } linera-rpc = { workspace = true, features = ["test"] } -linera-service = { workspace = true, features = ["test"] } +linera-service = { path = ".", features = ["test"] } linera-storage = { workspace = true, features = ["test"] } linera-views = { workspace = true, features = ["test"] } matching-engine = { workspace = true }