Prepare release 0.25.0 (#930)

rusqlite 0.25.0
libsqlite3-sys 0.22.0
Also fix missing README for libsqlite3-sys crate
And fix a typo.
This commit is contained in:
gwenn
2021-04-03 20:07:53 +02:00
committed by GitHub
parent f6a69bede9
commit 517ef2beae
5 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.24.2"
version = "0.25.0"
authors = ["The rusqlite developers"]
edition = "2018"
description = "Ergonomic wrapper for SQLite"
@@ -123,7 +123,7 @@ bencher = "0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.21.0"
version = "0.22.0"
[[test]]
name = "config_log"