Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oldani committed Sep 20, 2024
1 parent dfe14b1 commit ea8bc42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-query"
version = "0.1.2"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,7 +9,7 @@ name = "sea_query"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.0", features = ["chrono"] }
pyo3 = { version = "0.22.3", features = ["chrono"] }
sea-query = { version = "0.31.0", default-features = false, features = [
"thread-safe",
"backend-postgres",
Expand Down

0 comments on commit ea8bc42

Please sign in to comment.