Skip to content

Commit

Permalink
Align with 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 31, 2023
1 parent 9320142 commit 4f949a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-query-rbatis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

[dependencies]
sea-query = { version = "0.30", default-features = false, features = ["thread-safe"] }
sea-query = { version = "0.31", path = "..", default-features = false, features = ["thread-safe"] }
rbs = { version = "4.3.1" }
serde_json = { version = "1", default-features = false, optional = true, features = ["std"] }
chrono = { version = "0.4", default-features = false, optional = true, features = [ "clock"] }
Expand Down

0 comments on commit 4f949a1

Please sign in to comment.