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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,10 @@ If you use the `bundled` features, you will get pregenerated bindings for the
200
200
bundled version of DuckDB. If you want to run `bindgen` at buildtime to
201
201
produce your own bindings, use the `buildtime_bindgen` Cargo feature.
202
202
203
+
## Rust version compatibility
204
+
205
+
duckdb-rs is built and tested with stable Rust, and will keep a rolling MSRV (minimum supported Rust version) that can only be updated in major and minor releases on a need by basis (e.g. project dependencies bump their MSRV or a particular Rust feature is useful for us etc.). The new MSRV will be at least 6 months old. Patch releases are guaranteed to have the same MSRV.
206
+
203
207
## Contributing
204
208
205
209
We welcome contributions! Take a look at [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
0 commit comments