Skip to content

Commit

Permalink
Merge #212
Browse files Browse the repository at this point in the history
212: Bump minimum Rust version to 1.40 r=torkleyy a=torkleyy



Co-authored-by: Thomas Schaller <[email protected]>
  • Loading branch information
bors[bot] and torkleyy authored Oct 18, 2021
2 parents 63778ae + 0900898 commit 8c0ecbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- nightly
- beta
- stable
- 1.38.0 # MSRV
- 1.40.0 # MSRV

timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Please see [the benchmark](benches/bench.rs) for a bigger (and useful) example.

### Required Rust version

`1.38 stable`
`1.40 stable`

## Features

Expand Down
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ status = [
"Build and Test (Linux) (nightly)",
"Build and Test (Linux) (beta)",
"Build and Test (Linux) (stable)",
"Build and Test (Linux) (1.38.0)",
"Build and Test (Linux) (1.40.0)",
]

0 comments on commit 8c0ecbd

Please sign in to comment.