File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,8 @@ Because some dependencies have broken the build in minor/patch releases, to
53
53
compile with 1.29.0 you will need to run the following version-pinning command:
54
54
```
55
55
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
57
57
cargo update --package "cfg-if" --precise "0.1.9"
58
- cargo update --package "unicode-normalization" --precise "0.1.9"
59
58
cargo update --package "serde_json" --precise "1.0.39"
60
59
cargo update --package "serde" --precise "1.0.98"
61
60
cargo update --package "serde_derive" --precise "1.0.98"
You can’t perform that action at this time.
0 commit comments