Skip to content

Commit 1aeaad5

Browse files
committed
update zip 0.5 -> 0.6
1 parent 2c1758a commit 1aeaad5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
toolchain: [ "1.56.0", "stable", "nightly" ]
75+
toolchain: [ "1.57.0", "stable", "nightly" ]
7676

7777
steps:
7878
- uses: actions/checkout@v2

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Utility to run a regtest bitcoind process, useful in integration
66
license = "MIT"
77
repository = "https://github.com/RCasatta/bitcoind"
88
documentation = "https://docs.rs/bitcoind/"
9-
rust-version = "1.56"
9+
rust-version = "1.57"
1010
edition = "2018"
1111

1212
[dependencies]
@@ -24,7 +24,8 @@ filetime = "0.2"
2424
flate2 = "1.0"
2525
tar = "0.4"
2626
ureq = "2.5.0"
27-
zip = "0.5"
27+
zip = "0.6"
28+
time = "=0.3.10" # otherwise rust 1.57 fails to select time "^0.3.7"
2829

2930
[features]
3031
"23_0" = []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let bitcoind = bitcoind::BitcoinD::new(bitcoind::downloaded_exe_path().unwrap())
3535

3636
## MSRV
3737

38-
The MSRV is 1.41 for versions up to 0.27.\*, and 1.56 from 0.28.0.
38+
The MSRV is 1.41 for versions up to 0.27.\*, and 1.57 from 0.28.0.
3939

4040
## Issues with traditional approach
4141

0 commit comments

Comments
 (0)