Skip to content

Commit

Permalink
Update pyo3 to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed Jun 1, 2023
1 parent 2da8eec commit c0e3dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ rust-version = "1.48.0"
arc-swap = "~1"
# It's OK to ask for std on log, because pyo3 needs it too.
log = { version = "~0.4.4", default-features = false, features = ["std"] }
pyo3 = { version = ">=0.14, <0.19", default-features = false }
pyo3 = { version = ">=0.14, <0.20", default-features = false }

[dev-dependencies]
pyo3 = { version = ">=0.14, <0.19", default-features = false, features = ["auto-initialize", "macros"] }
pyo3 = { version = ">=0.14, <0.20", default-features = false, features = ["auto-initialize", "macros"] }

# `pyo3-macros` is lying about the minimal version for its `syn` dependency.
# Because we're testing with `-Zminimal-versions`, we need to explicitly set it here.
Expand Down

0 comments on commit c0e3dcf

Please sign in to comment.