Skip to content

Commit 8f34f31

Browse files
committed
sea-query-rusqlite 0.6.0-rc.1
1 parent 22f6511 commit 8f34f31

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/rusqlite/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ publish = false
1111
chrono = { version = "0.4", default-features = false, features = ["clock"] }
1212
time = { version = "0.3", features = ["parsing", "macros"] }
1313
serde_json = { version = "1" }
14-
# rusqlite only supports uuid 0
1514
uuid = { version = "1", features = ["serde", "v4"] }
1615
rusqlite = { version = "0.31" }
1716
sea-query = { path = "../.."}

sea-query-rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "sea-query-rusqlite"
6-
version = "0.6.0"
6+
version = "0.6.0-rc.1"
77
authors = [ "Ivan Krivosheev <[email protected]>" ]
88
edition = "2021"
99
description = "Binder traits for connecting sea-query with Rusqlite"

0 commit comments

Comments
 (0)