Skip to content

Commit

Permalink
show sqlite as updated to 3.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampfe committed Jan 15, 2024
1 parent 8da1425 commit 4ab6e8d
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 @@ -167,7 +167,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.39.2.
`russ` compiles and bundles its own embedded SQLite via the [Rusqlite](https://github.com/rusqlite/rusqlite) project, which is version 3.44.0.

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 4ab6e8d

Please sign in to comment.