Skip to content

Commit 21182f8

Browse files
committed
Minor doc updates to codegen readme
1 parent c1c058c commit 21182f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

diesel_codegen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ boilerplate needing to be written. It can be used through `rustc_plugin`, or
99
Using on nightly
1010
----------------
1111

12-
Make sure you're on a nightly from 2016-01-23 or later, we don't compile on earlier versions. To use with nightly, you'll want to turn off the default features. Add this
12+
Make sure you're on a nightly from 2016-03-11 or later, we don't compile on earlier versions. To use with nightly, you'll want to turn off the default features. Add this
1313
line to your dependencies section in `Cargo.toml`
1414

1515
```toml
16-
diesel_codegen = { version = "0.5.0", default-features = false, features = ["nightly"] }
16+
diesel_codegen = { version = "0.5.0", default-features = false, features = ["nightly", "postgres"] }
1717
```
1818

1919
Then you'll need to add two lines to the root of your crate.

0 commit comments

Comments
 (0)