Skip to content

Commit

Permalink
Bump pyo3 to 0.21.2 (#20951)
Browse files Browse the repository at this point in the history
Hoping to be able to leverage `Bound` for #20949
  • Loading branch information
kaos authored May 24, 2024
1 parent a79beec commit 53ba615
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions src/rust/engine/Cargo.lock

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

4 changes: 2 additions & 2 deletions src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ prodash = { git = "https://github.com/stuhood/prodash", rev = "stuhood/raw-messa
prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
pyo3 = "0.20"
pyo3-build-config = "0.20"
pyo3 = { version = "0.21", features = ["gil-refs"] }
pyo3-build-config = "0.21"
rand = "0.8"
regex = "1"
rlimit = "0.8"
Expand Down

0 comments on commit 53ba615

Please sign in to comment.