Skip to content

Commit cf3ab98

Browse files
committed
bitcoind_tests: Upgrade corepc-node version
Upgrade to the `v0.10` release of the `corepc` stack. Only test latest point release of each version of Core. `corepc` supports all point releases for the latest 3 version of Core but I'm not convinced there is any benefit testing all of them here.
1 parent 83a5214 commit cf3ab98

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

bitcoind-tests/Cargo.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,22 @@ publish = false
99

1010
[dependencies]
1111
miniscript = {path = "../"}
12-
bitcoind = { package = "corepc-node", version = "0.4.0", default-features = false }
12+
bitcoind = { package = "corepc-node", version = "0.10.0", default-features = false }
1313
actual-rand = { package = "rand", version = "0.8.4"}
1414
secp256k1 = {version = "0.29.0", features = ["rand-std"]}
1515

1616
[features]
1717
# Enable the same feature in `bitcoind`.
18-
"26_0" = ["bitcoind/26_0"]
18+
"29_0" = ["bitcoind/29_0"]
19+
"28_2" = ["bitcoind/28_2"]
20+
"27_2" = ["bitcoind/27_2"]
21+
"26_2" = ["bitcoind/26_2"]
1922
"25_2" = ["bitcoind/25_2"]
20-
"25_1" = ["bitcoind/25_1"]
21-
"25_0" = ["bitcoind/25_0"]
2223
"24_2" = ["bitcoind/24_2"]
23-
"24_1" = ["bitcoind/24_1"]
24-
"24_0_1" = ["bitcoind/24_0_1"]
2524
"23_2" = ["bitcoind/23_2"]
26-
"23_1" = ["bitcoind/23_1"]
27-
"23_0" = ["bitcoind/23_0"]
2825
"22_1" = ["bitcoind/22_1"]
29-
"22_0" = ["bitcoind/22_0"]
3026
"0_21_2" = ["bitcoind/0_21_2"]
3127
"0_20_2" = ["bitcoind/0_20_2"]
3228
"0_19_1" = ["bitcoind/0_19_1"]
3329
"0_18_1" = ["bitcoind/0_18_1"]
34-
"0_17_1" = ["bitcoind/0_17_1"]
30+
"0_17_2" = ["bitcoind/0_17_2"]

0 commit comments

Comments
 (0)