Skip to content

Commit 13cf116

Browse files
committed
Use workspace dependency for lighthouse-protocol
1 parent 8fc6cf0 commit 13cf116

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ resolver = "2"
1010
version = "4.0.0"
1111
edition = "2021"
1212
license = "MIT"
13+
14+
[workspace.dependencies]
15+
lighthouse-protocol = { version = "^4.0.0", path = "lighthouse-protocol" }

lighthouse-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-std = { version = "1.10", features = ["attributes"], optional = true }
1919
tokio = { version = "1.21", features = ["rt"], optional = true }
2020
async-tungstenite = { version = "0.25", features = [] }
2121
futures = "0.3"
22-
lighthouse-protocol = { version = "3.2.1", path = "../lighthouse-protocol" }
22+
lighthouse-protocol = { workspace = true }
2323
tracing = "0.1"
2424
serde = { version = "1.0", features = ["derive"] }
2525
serde_with = "3.4"

0 commit comments

Comments
 (0)