File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 - nightly
88 - stable
99 # MSRV
10- - 1.35 .0
10+ - 1.36 .0
1111
1212env : TARGET=x86_64-unknown-linux-gnu
1313
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
16- This crate is guaranteed to compile on stable Rust 1.35 .0 and up. It * might*
16+ This crate is guaranteed to compile on stable Rust 1.36 .0 and up. It * might*
1717compile with older versions but that may change in any new patch release.
1818
1919## License
Original file line number Diff line number Diff line change 44 if [ -x " $( command -v cross) " ]; then
55 cross -V
66 else
7- cargo install cross
7+ rustup install stable
8+ cargo +stable install cross
89 fi
910}
1011
You can’t perform that action at this time.
0 commit comments