Skip to content

Commit 911fa86

Browse files
committed
For docs.rs builds, also enable f16/complex
1 parent 46f2bcc commit 911fa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ scopeguard = "1.1"
6464
tempfile = "3.6"
6565

6666
[package.metadata.docs.rs]
67-
features = ["hdf5-sys/static", "hdf5-sys/zlib", "blosc", "lzf"]
67+
features = ["static", "zlib", "blosc", "lzf", "f16", "complex"]
6868
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)