Skip to content

Commit

Permalink
update pyo3 version for 3.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 2, 2024
1 parent 21fc49f commit 50fae2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ colored = "2.1.0"
convert_case = "0.6.0"
toml = "0.8.14"
textwrap = "0.16.1"
pyo3 = { version = "0.22.5", features = ["extension-module"], optional = true }
pyo3 = { version = "0.23.2", features = ["extension-module"], optional = true }
wasm-bindgen = { version = "0.2.95", optional = true }
serde-wasm-bindgen = { version = "0.6.5", optional = true }

Expand Down

0 comments on commit 50fae2a

Please sign in to comment.