Skip to content

Commit 9afa79c

Browse files
committed
readme: update MSRV pinning instructions
1 parent 275da64 commit 9afa79c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ Some dependencies do not play nicely with our MSRV, if you are running the tests
4747
you may need to pin as follows:
4848

4949
```
50-
cargo update -p serde --precise 1.0.156
50+
cargo update -p byteorder --precise 1.4.3
5151
```
5252

53+
Note this list could sometimes be not exhaustive because not enforced by CI.
54+
If you have any issues check the script executed in CI: `contrib/test.sh`
55+
5356
## Contributing
5457
Contributions are generally welcome. If you intend to make larger changes please
5558
discuss them in an issue before PRing them to avoid duplicate work and

0 commit comments

Comments
 (0)