You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: diesel_codegen/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@ boilerplate needing to be written. It can be used through `rustc_plugin`, or
9
9
Using on nightly
10
10
----------------
11
11
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`
14
17
15
18
```toml
16
19
diesel_codegen = { version = "0.7.0", features = ["postgres"] }
0 commit comments