Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
note bundled sqlite version changed to 3.45.1
  • Loading branch information
ckampfe authored Feb 18, 2024
1 parent 9c35a8e commit 17b2be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 17b2be9

Please sign in to comment.