Skip to content

Commit

Permalink
chore: update MSRV instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Aug 18, 2023
1 parent 51250fe commit 1992c62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ cargo update -p log --precise "0.4.18"
cargo update -p tempfile --precise "3.6.0"
# rustls 0.21.2 has MSRV 1.60.0+
cargo update -p rustls:0.21.6 --precise "0.21.1"
# tokio 1.30.0 has MSRV 1.63
cargo update -p tokio:1.32.0 --precise "1.29.1"
# flate2 1.0.26 still works with MSRV 1.57.0 but don't guarantee
cargo update -p flate2:1.0.27 --precise "1.0.26"
```

0 comments on commit 1992c62

Please sign in to comment.