Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Aug 24, 2023
1 parent 8ddc0b8 commit e06acd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/lib.rs"

[dependencies]
clvmr = { path = ".." }
pyo3 = { version = "=0.18.3", features = ["abi3-py37", "extension-module"] }
pyo3 = { version = "=0.18.3", features = ["abi3-py38", "extension-module"] }

[features]
openssl = ["clvmr/openssl"]

0 comments on commit e06acd3

Please sign in to comment.