Skip to content

Commit

Permalink
Remove generate-import-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Dec 25, 2024
1 parent 3656139 commit a289610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ neon = ["blake3/neon"]
[dependencies]
blake3 = { version = "1.5", features = ["mmap", "rayon"] }
hex = "0.4.2"
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
pyo3 = { version = "0.23.3", features = ["extension-module"] }
rayon = "1.2.1"

0 comments on commit a289610

Please sign in to comment.