From 17b2be9fe1a7baec4b8970336948f6ca40f407eb Mon Sep 17 00:00:00 2001 From: Clark Kampfe Date: Sun, 18 Feb 2024 09:01:16 -0600 Subject: [PATCH] Update README.md note bundled sqlite version changed to 3.45.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.