Merge pull request #1541 from gwenn/nr

Prepare next release
This commit is contained in:
gwenn 2024-07-21 15:31:13 +02:00 committed by GitHub
commit d5f040a751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ bencher = "0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.29.0"
version = "0.30.0"
[[test]]
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
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"

View File

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