Skip to content

Commit

Permalink
working in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Oct 31, 2024
1 parent 046e34b commit 5300820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion context-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ path = "bin/stub_gen.rs"

[dependencies]
context = { path = "../context", features = ["git-access", "pyo3"] }
pyo3 = "0.22.5"
pyo3 = { version = "0.22.5", features = ["abi3-py39", "extension-module"] }
pyo3-stub-gen = "0.6.0"
5 changes: 4 additions & 1 deletion context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ gix = { version = "0.63.0", default-features = false, features = [
], optional = true }
js-sys = { version = "0.3.70", optional = true }
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
pyo3 = { version = "0.22.5", optional = true }
pyo3 = { version = "0.22.5", optional = true, features = [
"abi3-py39",
"extension-module",
] }
pyo3-stub-gen = { version = "0.6.0", optional = true }
quick-junit = "0.5.0"
quick-xml = "0.36.2"
Expand Down

0 comments on commit 5300820

Please sign in to comment.