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 22, 2022
1 parent 397560d commit bc7d080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit bc7d080

Please sign in to comment.