Skip to content

Commit 98c83df

Browse files
committed
Bump electrsd to 0.36.1
We bump our `electrsd` dependency to the latest version, allowing us to remove the `home` pin.
1 parent fdc8731 commit 98c83df

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ci/ci-tx-sync-tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ function PIN_RELEASE_DEPS {
1414

1515
PIN_RELEASE_DEPS # pin the release dependencies
1616

17-
# Starting with version 0.5.11, the `home` crate has an MSRV of rustc 1.81.0.
18-
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p home --precise "0.5.9" --verbose
19-
2017
# Starting with version 1.2.0, the `idna_adapter` crate has an MSRV of rustc 1.81.0.
2118
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p idna_adapter --precise "1.1.0" --verbose
2219

lightning-transaction-sync/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ lightning = { version = "0.2.0", path = "../lightning", default-features = false
4444
tokio = { version = "1.35.0", features = ["macros"] }
4545

4646
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
47-
electrsd = { version = "0.35.0", default-features = false, features = ["legacy"] }
48-
corepc-node = { version = "0.8.0", default-features = false, features = ["28_0"] }
47+
electrsd = { version = "0.36.0", default-features = false, features = ["legacy"] }
48+
corepc-node = { version = "0.10.0", default-features = false, features = ["28_0"] }
4949

5050
[lints.rust.unexpected_cfgs]
5151
level = "forbid"

0 commit comments

Comments
 (0)