Skip to content

Commit 6cdba94

Browse files
author
mc_fdc
authored
Merge pull request #27 from tuna2134/renovate/pyo3-0.x
fix(deps): update rust crate pyo3 to 0.20.0
2 parents 5b2c976 + 99313c7 commit 6cdba94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ name = "mizu"
1010
crate-type = ["cdylib"]
1111

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

0 commit comments

Comments
 (0)