diff --git a/README.md b/README.md index 8fabfba..69594a5 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Likewise, Russ may build with a nightly Rust compiler, but this is not a project ## SQLite version -`russ` compiles and bundles its own embedded SQLite via the [Rusqlite](https://github.com/rusqlite/rusqlite) project, which is version 3.44.0. +`russ` compiles and bundles its own embedded SQLite via the [Rusqlite](https://github.com/rusqlite/rusqlite) project, which is version 3.45.1. If you prefer to use the version of SQLite on your system, edit `Cargo.toml` to remove the `"bundled"` feature from the `rusqlite` dependency and recompile `russ`.