Skip to content

Commit 422ca00

Browse files
author
Hendrik Schroeter
committed
pydf-data: Rename cargo default-features
1 parent 8304825 commit 422ca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyDF-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hdf5-static = ["deep_filter/hdf5-static"]
1616

1717
[dependencies]
1818
deep_filter = { features = ["dataset", "logging", "vorbis", "flac"], path = "../libDF" }
19-
pyo3 = { version = "0.20", default_features = true, features = [
19+
pyo3 = { version = "0.20", default-features = true, features = [
2020
"extension-module",
2121
] }
2222
numpy = "0.20"

0 commit comments

Comments
 (0)