From a13ab3ca7765f622d96b00cf1e403ea7974d839a Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 21 Jul 2024 14:43:15 +0200 Subject: [PATCH] Prepare next release --- Cargo.toml | 2 +- rusqlite-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4af8480..e5c3f41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/rusqlite-macros/Cargo.toml b/rusqlite-macros/Cargo.toml index 0b5f902..fc30ca7 100644 --- a/rusqlite-macros/Cargo.toml +++ b/rusqlite-macros/Cargo.toml @@ -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"