Skip to content

Commit d975a48

Browse files
committed
docs: update README MSRV pinning to match CI
1 parent 2f059a1 commit d975a48

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,9 @@ This library should compile with any combination of features with Rust 1.63.0.
6868
To build with the MSRV you will need to pin dependencies as follows:
6969

7070
```shell
71-
# zip 0.6.3 has MSRV 1.64.0
72-
cargo update -p zip --precise "0.6.2"
73-
# time 0.3.21 has MSRV 1.65.0
71+
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
7472
cargo update -p time --precise "0.3.20"
75-
# jobserver 0.1.27 has MSRV 1.66.0
76-
cargo update -p jobserver --precise "0.1.26"
77-
# home 0.5.9 has MSRV 1.70.0
7873
cargo update -p home --precise "0.5.5"
79-
# proptest 1.4.0 has MSRV 1.65.0
8074
cargo update -p proptest --precise "1.2.0"
8175
```
8276

0 commit comments

Comments
 (0)