Skip to content

Commit 6bf60cf

Browse files
committed
1 parent 288d0b4 commit 6bf60cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ If you use the `bundled` features, you will get pregenerated bindings for the
200200
bundled version of DuckDB. If you want to run `bindgen` at buildtime to
201201
produce your own bindings, use the `buildtime_bindgen` Cargo feature.
202202

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 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+
203207
## Contributing
204208

205209
We welcome contributions! Take a look at [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)