File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ delete_merged_branches = true
3
3
required_approvals = 1
4
4
status = [
5
5
" ci-linux (stable, x86_64-unknown-linux-gnu)" ,
6
- " ci-linux (1.36 .0, x86_64-unknown-linux-gnu)" ,
6
+ " ci-linux (1.39 .0, x86_64-unknown-linux-gnu)" ,
7
7
]
Original file line number Diff line number Diff line change 21
21
22
22
include :
23
23
# Test MSRV
24
- - rust : 1.36 .0
24
+ - rust : 1.39 .0
25
25
TARGET : x86_64-unknown-linux-gnu
26
26
27
27
# 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].
8
8
9
9
## Minimum Supported Rust Version (MSRV)
10
10
11
- This crate is guaranteed to compile on stable Rust 1.36 and up. It * might*
11
+ This crate is guaranteed to compile on stable Rust 1.39 and up. It * might*
12
12
compile with older versions but that may change in any new patch release.
13
13
14
14
## License
You can’t perform that action at this time.
0 commit comments