Skip to content

Commit

Permalink
add upgrade notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Feb 17, 2023
1 parent 68a259f commit 2213944
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Tedious to do by hand, easy to do with a `derive` macro - enter `diesel-derive-e
The latest release, `2.0.1`, is tested against `diesel 2.0.2` and `rustc 1.57`.
For earlier versions of `diesel`, check out the 1.X releases of this crate.

## Upgrading from 2.0.0-rc.0

There is a single breaking change. If you are using `postgres` and `diesel-cli`, you _must_
now add an `ExistingTypePath` annotation to your enum (see below). This annotation is renamed
from the (previously optional) `DieselTypePath`.

## Setup with Diesel CLI

This crate integrates nicely with
Expand Down

0 comments on commit 2213944

Please sign in to comment.