Prep release 0.25.2

This commit is contained in:
Thom Chiovoloni 2021-05-08 22:58:40 -07:00
parent cdce75328e
commit 97c81d68fc
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.25.1"
version = "0.25.2"
authors = ["The rusqlite developers"]
edition = "2018"
description = "Ergonomic wrapper for SQLite"
@ -125,7 +125,7 @@ bencher = "0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.22.1"
version = "0.22.2"
[[test]]
name = "config_log"

View File

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