Skip to content

Commit

Permalink
remove cyclic dependency in linera-service/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Sep 25, 2023
1 parent b90f8fe commit d19f402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions linera-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ linera-base = { workspace = true, features = ["test"] }
linera-chain = { workspace = true, features = ["test"] }
linera-core = { workspace = true, features = ["test"] }
linera-execution = { workspace = true, features = ["test"] }
linera-service-graphql-client = { workspace = true }
linera-rpc = { workspace = true, features = ["test"] }
linera-storage = { workspace = true, features = ["test"] }
linera-views = { workspace = true, features = ["test"] }
Expand Down Expand Up @@ -99,4 +98,4 @@ path = "src/proxy.rs"

[[bin]]
name = "linera-schema-export"
path = "src/schema_export.rs"
path = "src/schema_export.rs"

0 comments on commit d19f402

Please sign in to comment.