We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648205f commit 7211ca2Copy full SHA for 7211ca2
1 file changed
CONTRIBUTING.md
@@ -54,8 +54,11 @@ Thank you! We'll try to get back to you as soon as possible.
54
55
1. Install Rust using [rustup], which allows you to easily switch between Rust
56
versions.
57
+
58
+ Diesel currently supports Rust Stable, Nightly, Rust Beta.
59
60
2. Install the system libraries needed to interface with the database systems
- you which to use.
61
+ you wish to use.
62
63
These are the same as when compiling diesel. In general, it is a good idea
64
to have _all_ drivers installed so you can run all tests locally.
0 commit comments