Skip to content

Commit

Permalink
fix cargo publish for linera-service
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 27, 2023
1 parent b878584 commit 127f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 127f287

Please sign in to comment.