We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc0017b + b882ed7 commit b549774Copy full SHA for b549774
2 files changed
Cargo.toml
@@ -20,7 +20,7 @@ rustls = "0.23.20"
20
idna = "1.0.0"
21
bdk_electrum = "0.23.0"
22
lightning = "=0.1.5"
23
-elements = "0.25.1"
+elements = "0.26.0"
24
25
[lib]
26
name = "zk_coinjoin_lib"
src/crates/Cargo.toml
@@ -11,7 +11,7 @@ reqwest = "0.12.7"
11
pairing = "0.23.0"
12
serde = { version = "1.0.215", features = ["derive"] }
13
serde_json = "1.0.128"
14
15
16
[package.metadata.docs.rs]
17
all-features = true
0 commit comments