Prepare next release

This commit is contained in:
gwenn
2023-03-26 10:24:57 +02:00
parent 57a7b29b68
commit 8419b021bd
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "rusqlite"
# Note: Update version in README.md when you change this.
version = "0.28.0"
version = "0.29.0"
authors = ["The rusqlite developers"]
edition = "2018"
description = "Ergonomic wrapper for SQLite"
@@ -136,7 +136,7 @@ bencher = "0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.25.0"
version = "0.26.0"
[[test]]
name = "config_log"