Skip to content

Commit

Permalink
update MSRV to 1.39.0 to allow doctest .await
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Feb 23, 2022
1 parent 397560d commit 83ecc05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ delete_merged_branches = true
required_approvals = 1
status = [
"ci-linux (stable, x86_64-unknown-linux-gnu)",
"ci-linux (1.36.0, x86_64-unknown-linux-gnu)",
"ci-linux (1.39.0, x86_64-unknown-linux-gnu)",
]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

include:
# Test MSRV
- rust: 1.36.0
- rust: 1.39.0
TARGET: x86_64-unknown-linux-gnu

# Test nightly but don't fail
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project is developed and maintained by the [HAL team][team].

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.36 and up. It *might*
This crate is guaranteed to compile on stable Rust 1.39 and up. It *might*
compile with older versions but that may change in any new patch release.

## License
Expand Down

0 comments on commit 83ecc05

Please sign in to comment.