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"