3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-01 19:52:57 +08:00

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

@ -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"

@ -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"

@ -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"