Skip to content

Commit 9ca51a1

Browse files
committed
upgrading to match bdk v0.30.1
1 parent 5c2b824 commit 9ca51a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: matrix.rust == '1.63.0'
4040
run: |
4141
cargo update -p home:0.5.9 --precise 0.5.5
42-
cargo update -p tokio:1.42.0 --precise 1.38.1
42+
cargo update -p tokio:1.43.0 --precise 1.38.1
4343
cargo update -p tokio-macros:2.4.0 --precise 1.8.2
4444
cargo update -p cc --precise 1.0.105
4545
cargo update -p home --precise 0.5.5

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk-reserves"
3-
version = "0.30.0"
3+
version = "0.30.1"
44
authors = ["Richard Ulrich <[email protected]>"]
55
edition = "2018"
66
description = "Proof of reserves for bitcoin dev kit"
@@ -10,12 +10,12 @@ license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/bitcoindevkit/bdk-reserves"
1111

1212
[dependencies]
13-
bdk = { version = "0.30", default-features = false, features = ["std"] }
13+
bdk = { version = "0.30.1", default-features = false, features = ["std"] }
1414
bitcoinconsensus = "0.19.0-3"
1515
log = "^0.4"
1616

1717
[dev-dependencies]
1818
rstest = "^0.11"
1919
bdk-testutils = "^0.4"
20-
bdk = { version = "0.30", default-features = true }
20+
bdk = { version = "0.30.1", default-features = true }
2121
electrsd = { version = "0.24", features = ["bitcoind_22_0", "electrs_0_9_1"] }

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_63: builder_63
1818
rm -f Cargo.lock
1919
$(DOCKER_RUN) ${TAG_63} cargo test || true
2020
$(DOCKER_RUN) ${TAG_63} cargo update -p home:0.5.9 --precise 0.5.5 || true
21-
$(DOCKER_RUN) ${TAG_63} cargo update -p tokio:1.42.0 --precise 1.38.1 || true
21+
$(DOCKER_RUN) ${TAG_63} cargo update -p tokio:1.43.0 --precise 1.38.1 || true
2222
$(DOCKER_RUN) ${TAG_63} cargo update -p tokio-macros:2.4.0 --precise 1.8.2 || true
2323
$(DOCKER_RUN) ${TAG_63} cargo update -p cc --precise 1.0.105 || true
2424
$(DOCKER_RUN) ${TAG_63} cargo update -p home --precise 0.5.5 || true

0 commit comments

Comments
 (0)