Skip to content

Commit

Permalink
fix pyo3 git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Feb 6, 2023
1 parent 23005c6 commit bfb373c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = [

[dependencies]
# required since `Py_Ellipsis` fails on windows, see https://github.com/PyO3/pyo3/pull/2911
pyo3 = { git = "https://github.com/PyO3/pyo3", rev = "ec2485bb7dadbed602f286efba9e0900bbcbd50d" }
pyo3 = { git = "https://github.com/PyO3/pyo3", branch = "release-0.18.1" }
#pyo3 = "0.18.0"
regex = "1.6.0"
strum = { version = "0.24.1", features = ["derive"] }
Expand Down Expand Up @@ -68,5 +68,5 @@ strip = true
version_check = "0.9.4"
# used where logic has to be version/distribution specific, e.g. pypy
# FIXME change when `pyo3` above is updated
pyo3-build-config = { git = "https://github.com/PyO3/pyo3", rev = "ec2485bb7dadbed602f286efba9e0900bbcbd50d" }
pyo3-build-config = { git = "https://github.com/PyO3/pyo3", branch = "release-0.18.1" }
#pyo3 = "0.18.0"

0 comments on commit bfb373c

Please sign in to comment.