Skip to content

Commit

Permalink
chore: fix publishing lumina-node due to cyclic self-dev-dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin authored Jan 12, 2024
1 parent 06e85b6 commit 48f59fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ bytes = "1.4.0"
celestia-rpc = { workspace = true, features = ["p2p"] }
celestia-types = { workspace = true, features = ["test-utils"] }
dotenvy = "0.15.7"
lumina-node = { workspace = true, features = ["test-utils"] }
# required to have path based dependency here to allow `cargo publish` to work
# https://github.com/rust-lang/cargo/pull/7333
lumina-node = { path = ".", features = ["test-utils"] }
serde_json = "1.0.107"

[features]
Expand Down

0 comments on commit 48f59fa

Please sign in to comment.