Skip to content

Commit

Permalink
revert pyo3 to v0.22
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Nov 23, 2024
1 parent 356b8a6 commit c67c208
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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
Expand Up @@ -56,7 +56,7 @@ pgwire = "0.20"
pin-project = "1"
pretty-xmlish = "0.1"
prost = "0.13"
pyo3 = { version = "0.23", features = ["extension-module"], optional = true }
pyo3 = { version = "0.22", features = ["extension-module"], optional = true }
ref-cast = "1.0"
regex = "1"
risinglight_proto = "0.2"
Expand Down Expand Up @@ -87,7 +87,7 @@ tempfile = "3"
test-case = "3"

[build-dependencies]
pyo3-build-config = { version = "0.23", optional = true }
pyo3-build-config = { version = "0.22", optional = true }

[[test]]
name = "sqllogictest"
Expand Down

0 comments on commit c67c208

Please sign in to comment.