Skip to content

Commit

Permalink
downgrade py03 and pythonize
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton committed Jun 18, 2024
1 parent 63f3426 commit c94537b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ name = "sqloxide"
crate-type = ["cdylib"]

[dependencies]
pythonize = "0.21.1"
pythonize = "0.20"
serde = "1.0.171"

[dependencies.pyo3]
version = "0.21.2"
version = "0.20"
features = ["extension-module"]

[dependencies.sqlparser]
Expand Down

0 comments on commit c94537b

Please sign in to comment.