Skip to content

Commit 6190d71

Browse files
authored
Update v2 (#113)
1 parent 011c751 commit 6190d71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/rust-eigenda-v2-client/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# We will remove the prefix and publish as new crates once we combine all of these repos
44
# and move them into the eigenda monorepo.
55
name = "rust-eigenda-v2-client"
6-
version = "0.1.4"
6+
version = "0.1.5"
77
edition = "2021"
88
repository = "https://github.com/Layr-Labs/eigenda-client-rs"
99
description = "EigenDA Client"
@@ -16,8 +16,7 @@ exclude = [
1616

1717
[dependencies]
1818
rust-eigenda-signers = { version = "0.1.6" }
19-
#rust-eigenda-v2-common = "0.1.3"
20-
rust-eigenda-v2-common = { path = "../rust-eigenda-v2-common" }
19+
rust-eigenda-v2-common = "0.1.4"
2120

2221
rand = { workspace = true }
2322
bytes = { workspace = true }

0 commit comments

Comments
 (0)