Skip to content

Commit 05c0272

Browse files
authored
Add 'generate-import-lib' feature to pyo3 dependency
1 parent 58bb66e commit 05c0272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99

1010
[dependencies]
1111
downsample_rs = { path = "downsample_rs", features = ["half"]}
12-
pyo3 = { version = "0.26", features = ["extension-module"] }
12+
pyo3 = { version = "0.26", features = ["extension-module", "generate-import-lib"] }
1313
numpy = { version = "0.26", features = ["half"] }
1414
half = { version = "2.6", default-features = false }
1515
paste = { version = "1.0", default-features = false }

0 commit comments

Comments
 (0)