Skip to content

Commit bef7992

Browse files
committed
Update readme to mention pin for 1.47
We now require pinning for `serde` and `syn` if building with toolchain 1.47. Document this in the README.
1 parent 58033cf commit bef7992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For more information please see `./CONTRIBUTING.md`.
7979
This library should always compile with any combination of features (minus
8080
`no-std`) on **Rust 1.41.1** or **Rust 1.47** with `no-std`.
8181

82-
To build with the MSRV you will need to pin some dependencies:
82+
To build with the MSRV you will need to pin some dependencies (also for `no-std`):
8383
```
8484
cargo update -p serde --precise 1.0.156
8585
cargo update -p syn --precise 1.0.107

0 commit comments

Comments
 (0)