Skip to content

Commit

Permalink
PyO3 0.19 (#2350)
Browse files Browse the repository at this point in the history
The sooner we upgrade the better!

See https://github.com/PyO3/pyo3/releases/tag/v0.19.0

Played with a it for a bit, haven't seen any issue yet.
  • Loading branch information
teh-cmc authored Jun 9, 2023
1 parent 4ed7538 commit 06621bf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
35 changes: 22 additions & 13 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions rerun_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ image = { workspace = true, default-features = false, features = [
] }
itertools = { workspace = true }
mimalloc = { workspace = true, features = ["local_dynamic_tls"] }
numpy = { version = "0.18.0", features = ["half"] }
numpy = { version = "0.19.0", features = ["half"] }
once_cell = "1.12"
parking_lot = "0.12"
pyo3 = { version = "0.18.0", features = ["abi3-py38"] }
pyo3 = { version = "0.19.0", features = ["abi3-py38"] }
rand = { version = "0.8", features = ["std_rng"] }
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
uuid = "1.1"


[build-dependencies]
re_build_tools.workspace = true
pyo3-build-config = "0.18.0"
pyo3-build-config = "0.19.0"


[package.metadata.maturin]
Expand Down

0 comments on commit 06621bf

Please sign in to comment.