Skip to content

Commit

Permalink
Remove cyclic dependency on linera-storage
Browse files Browse the repository at this point in the history
It was added in order to enable its `test` feature, but that is no
longer needed now that `counter` (and therefore `linera-sdk`) is not a
dependency.
  • Loading branch information
jvff committed Nov 26, 2024
1 parent 67d71f2 commit 6b004d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 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.

1 change: 0 additions & 1 deletion linera-execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ assert_matches.workspace = true
bcs.workspace = true
linera-base = { workspace = true, features = ["test"] }
linera-execution = { path = ".", default-features = false, features = ["test"] }
linera-storage = { workspace = true, features = ["test"] }
linera-witty = { workspace = true, features = ["log", "macros", "test"] }
test-case.workspace = true
test-log = { workspace = true, features = ["trace"] }
Expand Down

0 comments on commit 6b004d9

Please sign in to comment.