Skip to content

Commit

Permalink
Updating pyo3 and maturin to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Dec 1, 2021
1 parent aaf8515 commit f8ad65c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyqir-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env_logger = "0.9.0"
log = "0.4.14"

[dependencies.pyo3]
version = "0.14.2"
version = "0.15.1"

[features]
extension-module = ["pyo3/abi3-py36", "pyo3/extension-module"]
Expand Down
2 changes: 1 addition & 1 deletion pyqir-generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0a1"
requires-python = ">=3.6"

[build-system]
requires = ["maturin>=0.10,<0.12"]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"
2 changes: 1 addition & 1 deletion pyqir-jit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mut_static = "5.0.0"
log = "0.4.14"

[dependencies.pyo3]
version = "0.14.2"
version = "0.15.1"

[features]
extension-module = ["pyo3/abi3-py36", "pyo3/extension-module"]
Expand Down
2 changes: 1 addition & 1 deletion pyqir-jit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0a1"
requires-python = ">=3.6"

[build-system]
requires = ["maturin>=0.10,<0.12"]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"
2 changes: 1 addition & 1 deletion pyqir-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
llvm-ir = { version = "0.8.0", features = ["llvm-11"] }

[dependencies.pyo3]
version = "0.14.2"
version = "0.15.1"

[features]
extension-module = ["pyo3/abi3-py36", "pyo3/extension-module"]
Expand Down
2 changes: 1 addition & 1 deletion pyqir-parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0a1"
requires-python = ">=3.6"

[build-system]
requires = ["maturin>=0.10,<0.12"]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"

0 comments on commit f8ad65c

Please sign in to comment.