Skip to content

Commit 8b41870

Browse files
committed
Mention our nightly support policy
1 parent 0c7693c commit 8b41870

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

diesel_codegen/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +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-07-07 or later, we don't compile on earlier versions. To use with nightly, you'll want to turn off the default features. Add this
13-
line to your dependencies section in `Cargo.toml`
12+
Make sure you're using nightly-2016-08-18, we don't test against earlier or
13+
later versions. We update our supported nightly version to the latest nightly
14+
once every 6 weeks, coinciding with Rust releases.
15+
16+
Add this line to your dependencies section in `Cargo.toml`
1417

1518
```toml
1619
diesel_codegen = { version = "0.7.0", features = ["postgres"] }

0 commit comments

Comments
 (0)