diff --git a/Cargo.toml b/Cargo.toml index 4808bd1..a8cb94a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rusqlite" # Note: Update version in README.md when you change this. -version = "0.32.0" +version = "0.32.1" authors = ["The rusqlite developers"] edition = "2021" description = "Ergonomic wrapper for SQLite" @@ -139,7 +139,7 @@ bencher = "0.1" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" -version = "0.30.0" +version = "0.30.1" [[test]] name = "auto_ext" diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index 0c435a4..11fb6d8 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsqlite3-sys" -version = "0.30.0" +version = "0.30.1" authors = ["The rusqlite developers"] edition = "2021" repository = "https://github.com/rusqlite/rusqlite"