Skip to content

Commit 27d3543

Browse files
authored
Merge pull request #202 from stevenroose/add-test-msrv
Fix MSRV instructions in README
2 parents 2372697 + b1b88d2 commit 27d3543

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ Because some dependencies have broken the build in minor/patch releases, to
5353
compile with 1.29.0 you will need to run the following version-pinning command:
5454
```
5555
cargo update --package "cc" --precise "1.0.41"
56-
cargo update --package "log:0.4.x" --precise "0.4.13" # x being the highest patch version
56+
cargo update --package "log:0.4.x" --precise "0.4.13" # x being the highest patch version, currently 14
5757
cargo update --package "cfg-if" --precise "0.1.9"
58-
cargo update --package "unicode-normalization" --precise "0.1.9"
5958
cargo update --package "serde_json" --precise "1.0.39"
6059
cargo update --package "serde" --precise "1.0.98"
6160
cargo update --package "serde_derive" --precise "1.0.98"

0 commit comments

Comments
 (0)