mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-01 19:52:57 +08:00
Prepare next release
This commit is contained in:
parent
804156ca9a
commit
a13ab3ca77
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user