Skip to content

Commit 3052068

Browse files
committed
pin deps to preserve MSRV
1 parent f676906 commit 3052068

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ which = "4.2.5"
1919
env_logger = "0.8"
2020

2121
[build-dependencies]
22-
ureq = "1.0" # allows to keep MSRV 1.41.1
2322
bitcoin_hashes = "0.10"
24-
flate2 = "1.0"
2523
tar = "0.4"
2624

25+
# allows to keep MSRV 1.41.1
26+
ureq = "1.0"
27+
filetime = "=0.2.15"
28+
flate2 = "=1.0.22"
29+
2730
[features]
2831
"22_0" = []
2932
"0_21_1" = []

0 commit comments

Comments
 (0)