Skip to content

Commit 83ecc05

Browse files
committed
update MSRV to 1.39.0 to allow doctest .await
1 parent 397560d commit 83ecc05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/bors.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ delete_merged_branches = true
33
required_approvals = 1
44
status = [
55
"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)",
77
]

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.36.0
24+
- rust: 1.39.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

README.md

+1-1
Original file line numberDiff line numberDiff 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.36 and up. It *might*
11+
This crate is guaranteed to compile on stable Rust 1.39 and up. It *might*
1212
compile with older versions but that may change in any new patch release.
1313

1414
## License

0 commit comments

Comments
 (0)