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

@ -139,7 +139,7 @@ bencher = "0.1"
[dependencies.libsqlite3-sys] [dependencies.libsqlite3-sys]
path = "libsqlite3-sys" path = "libsqlite3-sys"
version = "0.29.0" version = "0.30.0"
[[test]] [[test]]
name = "auto_ext" name = "auto_ext"

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 [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 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` 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 ```toml
[dependencies.rusqlite] [dependencies.rusqlite]
version = "0.32.0" version = "0.32.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libsqlite3-sys" name = "libsqlite3-sys"
version = "0.29.0" version = "0.30.0"
authors = ["The rusqlite developers"] authors = ["The rusqlite developers"]
edition = "2021" edition = "2021"
repository = "https://github.com/rusqlite/rusqlite" repository = "https://github.com/rusqlite/rusqlite"