Skip to content

Commit 73768c5

Browse files
committed
Add pinning note to electrum-client dependency
A pending to `rust-electrum-client` [0] fixes the pinning here in our CI, add a comment to remind us to fix the pinning when the PR is merged and released. [0] bitcoindevkit/rust-electrum-client#110
1 parent ea1b6d1 commit 73768c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest = { version = "0.11", optional = true, default-features = false, feature
2828
serde_json = "1.0"
2929
tokio = { version = "1.20.1", features = ["full"] }
3030
electrsd = { version = "0.24.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_22_0"] }
31-
electrum-client = "0.15.1"
31+
electrum-client = "0.15.1" # When updating to 0.16 remove version number from rustls pin in CI.
3232
lazy_static = "1.4.0"
3333
# zip versions after 0.6.3 don't work with our MSRV 1.57.0
3434
zip = "=0.6.3"

0 commit comments

Comments
 (0)