Prepare next release

This commit is contained in:
gwenn 2024-07-21 14:43:15 +02:00
parent 804156ca9a
commit a13ab3ca77
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ fallible-iterator = "0.3"
fallible-streaming-iterator = "0.1"
uuid = { version = "1.0", optional = true }
smallvec = "1.6.1"
rusqlite-macros = { path = "rusqlite-macros", version = "0.2.0", optional = true }
rusqlite-macros = { path = "rusqlite-macros", version = "0.3.0", optional = true }
[dev-dependencies]
doc-comment = "0.3"

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite-macros"
version = "0.2.0"
version = "0.3.0"
authors = ["The rusqlite developers"]
edition = "2021"
description = "Private implementation detail of rusqlite crate"