Skip to content

Commit 23a3d42

Browse files
committed
Enable complex/f16 features for doc builds
1 parent 6f3e884 commit 23a3d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Document workspace
4747
env:
4848
RUSTDOCFLAGS: "--cfg docsrs"
49-
run: cargo doc --features static,zlib,blosc,lzf
49+
run: cargo doc --features static,zlib,blosc,lzf,f16,complex
5050

5151
brew:
5252
name: brew

0 commit comments

Comments
 (0)