Skip to content

Commit

Permalink
🚧 Enable generate-import-lib pyo3 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Dec 4, 2024
1 parent f1155e2 commit 9c7ac8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:

runs-on: ${{ matrix.os }}

env:
PYO3_PRINT_CONFIG: 1

steps:
- uses: actions/checkout@v4

Expand Down
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"] }
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
rayon = "1.2.1"

0 comments on commit 9c7ac8c

Please sign in to comment.