File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ delete_merged_branches = true
33required_approvals = 1
44status = [
55 " ci-linux (stable, x86_64-unknown-linux-gnu)" ,
6- " ci-linux (1.35 .0, x86_64-unknown-linux-gnu)" ,
6+ " ci-linux (1.36 .0, x86_64-unknown-linux-gnu)" ,
77]
Original file line number Diff line number Diff line change 2121
2222 include :
2323 # Test MSRV
24- - rust : 1.35 .0
24+ - rust : 1.36 .0
2525 TARGET : x86_64-unknown-linux-gnu
2626
2727 # Test nightly but don't fail
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This project is developed and maintained by the [HAL team][team].
88
99## Minimum Supported Rust Version (MSRV)
1010
11- This crate is guaranteed to compile on stable Rust 1.35 and up. It * might*
11+ This crate is guaranteed to compile on stable Rust 1.36 and up. It * might*
1212compile with older versions but that may change in any new patch release.
1313
1414## License
You can’t perform that action at this time.
0 commit comments