Skip to content

Commit

Permalink
fix: self dependency in linera-core/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jun 7, 2023
1 parent 954599f commit 1f0edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ counter = { workspace = true }
meta-counter = { workspace = true }
reentrant-counter = { workspace = true }
fungible = { workspace = true }
linera-core = { workspace = true, features = ["test"] }
linera-core = { path = ".", features = ["test"] }
linera-views = { workspace = true }
metrics = { workspace = true }
metrics-util = { workspace = true }
Expand Down

0 comments on commit 1f0edfa

Please sign in to comment.