Skip to content

Commit

Permalink
fix(dependencies): update rust crate pyo3 to v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 21, 2021
1 parent 12ae23a commit 5c4721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ crate-type = ["cdylib"]

[dependencies]
stencila = { path = "../rust" }
pyo3 = { version = "=0.15.0", features = ["extension-module"] }
pyo3 = { version = "=0.15.1", features = ["extension-module"] }

0 comments on commit 5c4721f

Please sign in to comment.