Skip to content

Commit

Permalink
sea-query-binder 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Oct 16, 2022
1 parent 4acaacd commit 39d0e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sea-query-binder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[package]
name = "sea-query-binder"
version = "0.1.0"
authors = [ "Valentin Tolmer <[email protected]>" ]
version = "0.2.0"
authors = [ "Valentin Tolmer <[email protected]>", "Ivan Krivosheev <[email protected]>" ]
edition = "2021"
description = "Binder traits for connecting sea-query with SQL engines"
license = "MIT OR Apache-2.0"
Expand All @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "^0", path = "..", features = ["thread-safe"] }
sea-query = { version = "^0.27", path = "..", features = ["thread-safe"] }
sqlx = { version = "^0.6.1", optional = true }
serde_json = { version = "^1", optional = true }
chrono = { version = "^0.4", default-features = false, features = ["clock"], optional = true }
Expand Down

0 comments on commit 39d0e47

Please sign in to comment.