Prepare next release

This commit is contained in:
gwenn
2024-07-21 14:56:06 +02:00
parent 306d5d85be
commit f1820c3c0b
3 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ You can adjust this behavior in a number of ways:
[cc](https://crates.io/crates/cc) crate to compile SQLite or SQLCipher from source and
link against that. This source is embedded in the `libsqlite3-sys` crate and
is currently SQLite 3.46.0 (as of `rusqlite` 0.32.0 / `libsqlite3-sys`
0.29.0). This is probably the simplest solution to any build problems. You can enable this by adding the following in your `Cargo.toml` file:
0.30.0). This is probably the simplest solution to any build problems. You can enable this by adding the following in your `Cargo.toml` file:
```toml
[dependencies.rusqlite]
version = "0.32.0"