Skip to content

Commit

Permalink
bump msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed May 31, 2023
1 parent 0dfea7b commit 1f1e072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.57
- 1.65

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Unfortunately, it won't work out of the box, because any type which
we wish to use with Diesel must implement various traits.
Tedious to do by hand, easy to do with a `derive` macro - enter `diesel-derive-enum`.

The latest release, `2.0.1`, is tested against `diesel 2.0.2` and `rustc 1.57`.
The latest release, `2.1.0`, is tested against `diesel 2.1.0` and `rustc 1.65`.
For earlier versions of `diesel`, check out the 1.X releases of this crate.

## Upgrading from 2.0.0-rc.0
Expand Down

0 comments on commit 1f1e072

Please sign in to comment.