We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c751 commit 6190d71Copy full SHA for 6190d71
crates/rust-eigenda-v2-client/Cargo.toml
@@ -3,7 +3,7 @@
3
# We will remove the prefix and publish as new crates once we combine all of these repos
4
# and move them into the eigenda monorepo.
5
name = "rust-eigenda-v2-client"
6
-version = "0.1.4"
+version = "0.1.5"
7
edition = "2021"
8
repository = "https://github.com/Layr-Labs/eigenda-client-rs"
9
description = "EigenDA Client"
@@ -16,8 +16,7 @@ exclude = [
16
17
[dependencies]
18
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" }
+rust-eigenda-v2-common = "0.1.4"
21
22
rand = { workspace = true }
23
bytes = { workspace = true }
0 commit comments