Skip to content

Commit

Permalink
Merge pull request #27 from tuna2134/renovate/pyo3-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate pyo3 to 0.20.0
  • Loading branch information
mc_fdc authored Oct 12, 2023
2 parents 5b2c976 + 99313c7 commit 6cdba94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ name = "mizu"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.2", features = ["extension-module"] }
pyo3 = { version = "0.20.0", features = ["extension-module"] }
pulldown-cmark = "0.9.3"

0 comments on commit 6cdba94

Please sign in to comment.