Skip to content

Commit

Permalink
Merge pull request #11 from jelmer/pyo3-0.19
Browse files Browse the repository at this point in the history
Bump pyo3 to 0.19
  • Loading branch information
konstin committed Jun 13, 2023
2 parents a37f0dd + 9f581c0 commit b675669
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -15,7 +15,7 @@ crate-type = ["rlib", "cdylib"]

[dependencies]
lazy_static = "1.4.0"
pyo3 = { version = "0.18.3", optional = true, features = ["extension-module", "abi3-py37"] }
pyo3 = { version = "0.19", optional = true, features = ["extension-module", "abi3-py37"] }
regex = { version = "1.8.1", default-features = false, features = ["std", "perf", "unicode-case", "unicode-perl"] }
serde = { version = "1.0.162", features = ["derive"], optional = true }
tracing = { version = "0.1.37", optional = true }
Expand Down

0 comments on commit b675669

Please sign in to comment.