Skip to content

Commit

Permalink
build(python): Update to official release of PyO3 0.23.4 (#20683)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoenmaeckers authored Jan 13, 2025
1 parent 0c3c89a commit fb526c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
25 changes: 15 additions & 10 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ once_cell = "1"
parking_lot = "0.12"
percent-encoding = "2.3"
pin-project-lite = "0.2"
pyo3 = { git = "https://github.com/bschoenmaeckers/pyo3.git", branch = "release-0.23" }
pyo3 = "0.23.4"
rand = "0.8"
rand_distr = "0.4"
raw-cpuid = "11"
Expand Down Expand Up @@ -137,8 +137,6 @@ features = [
[patch.crates-io]
# packed_simd_2 = { git = "https://github.com/rust-lang/packed_simd", rev = "e57c7ba11386147e6d2cbad7c88f376aab4bdc86" }
# simd-json = { git = "https://github.com/ritchie46/simd-json", branch = "alignment" }
pyo3 = { git = "https://github.com/bschoenmaeckers/pyo3.git", branch = "release-0.23" }
pyo3-ffi = { git = "https://github.com/bschoenmaeckers/pyo3.git", branch = "release-0.23" }

[profile.mindebug-dev]
inherits = "dev"
Expand Down

0 comments on commit fb526c2

Please sign in to comment.