Skip to content

Commit

Permalink
Upgrade to py03 0.15.1.
Browse files Browse the repository at this point in the history
This includes a fix we were waiting on in pantsbuild#13526:
  PyO3/pyo3#1990

Changelog here: https://pyo3.rs/v0.15.1/changelog.html

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
jsirois committed Nov 28, 2021
1 parent 5656af7 commit 0ba0522
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
33 changes: 14 additions & 19 deletions src/rust/engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ num_enum = "0.4"
parking_lot = "0.11"
petgraph = "0.5"
process_execution = { path = "process_execution" }
# TODO: Switch back to official PyO3 once https://github.com/PyO3/pyo3/pull/1990 is released.
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev = "45059cbdb81fd3ab72a5ce530e3b99cc90383327" }
pyo3 = "0.15.1"
rand = "0.8"
regex = "1"
reqwest = { version = "0.11", default_features = false, features = ["stream", "rustls-tls"] }
Expand All @@ -162,7 +161,7 @@ fs = { path = "./fs" }
env_logger = "0.5.4"

[build-dependencies]
pyo3-build-config = "0.15"
pyo3-build-config = "0.15.1"

[patch.crates-io]
# TODO: Waiting for release after https://github.com/mitsuhiko/console/pull/93.
Expand Down

0 comments on commit 0ba0522

Please sign in to comment.