Skip to content

Commit

Permalink
bump test version to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Sep 19, 2024
1 parent f08daf0 commit fe09548
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.65
- 1.78

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel-derive-enum"
version = "2.1.0"
version = "2.2.4-rc.0"
description = "Derive diesel boilerplate for using enums in databases"
authors = ["Alex Whitney <[email protected]>"]
repository = "http://github.com/adwhit/diesel-derive-enum"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ 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.1.0`, is tested against `diesel 2.1.0` and `rustc 1.65` (we try to keep in lock-step with `diesel`).
For earlier versions of `diesel`, check out the `2.0.1` and `1.*` releases of this crate.
The latest release, `2.X.X`, is tested against `diesel 2.2.4` and `rustc 1.78` (we try to keep in lock-step with `diesel`).
For earlier versions of `diesel`, check out the `2.1.0` and earlier releases of this crate.

## Upgrading from `2.0.x` -> `2.1.0`
## Upgrading from `2.0.x`

Using `diesel-cli`? Due to an upstream change, you may need to modify your existing `diesel.toml` file.
As of version `2.1.0`, it **must** contain the following lines:
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe09548

Please sign in to comment.