We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58033cf commit bef7992Copy full SHA for bef7992
1 file changed
README.md
@@ -79,7 +79,7 @@ For more information please see `./CONTRIBUTING.md`.
79
This library should always compile with any combination of features (minus
80
`no-std`) on **Rust 1.41.1** or **Rust 1.47** with `no-std`.
81
82
-To build with the MSRV you will need to pin some dependencies:
+To build with the MSRV you will need to pin some dependencies (also for `no-std`):
83
```
84
cargo update -p serde --precise 1.0.156
85
cargo update -p syn --precise 1.0.107
0 commit comments