Merge pull request #1576 from gwenn/msrv

MSRV
This commit is contained in:
gwenn 2024-10-07 09:37:40 +02:00 committed by GitHub
commit 2e352c97df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,3 +245,8 @@ Depending on the set of enabled cargo `features`, rusqlite and libsqlite3-sys wi
- If `--features=bundled` is enabled, the vendored source of SQLite will be compiled and linked in. SQLite is in the public domain, as described [here](https://www.sqlite.org/copyright.html).
Both of these are quite permissive, have no bearing on the license of the code in `rusqlite` or `libsqlite3-sys` themselves, and can be entirely ignored if you do not use the feature in question.
## Minimum supported Rust version (MSRV)
Latest stable Rust version at the time of release. It might compile with older versions.