README: Fix typo in MSRV section

This commit is contained in:
Steven Roose 2020-10-07 17:05:05 +02:00
parent d2872fc74a
commit f483646954
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ freenode.
This library should always compile with any combination of features on **Rust 1.29**. This library should always compile with any combination of features on **Rust 1.29**.
Because some dependencies have broken the build in minor/patch releases, to Because some dependencies have broken the build in minor/patch releases, to
compile with 1.22.0 you will need to run the following version-pinning command: compile with 1.29.0 you will need to run the following version-pinning command:
``` ```
cargo update -p cc --precise "1.0.41" --verbose cargo update -p cc --precise "1.0.41" --verbose
``` ```