File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
pull_request :
6
- branches :
7
- - main
6
+ branches : [main]
8
7
merge_group :
9
8
10
9
jobs :
23
22
- uses : actions/checkout@v4
24
23
25
24
- name : Build docs
26
- run : RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps -Zunstable-options -Zrustdoc-scrape-examples --features "mpi,strict"
25
+ run : RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps -Zunstable-options -Zrustdoc-scrape-examples --all- features
27
26
28
27
- name : Set file permissions
29
28
run : |
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ mpi = { version = "0.8.*", optional = true }
28
28
num = " 0.4"
29
29
rlst = { git = " https://github.com/linalg-rs/rlst.git" , default-features = false }
30
30
serde = { version = " 1" , features = [" derive" ], optional = true }
31
- strum = " 0.26 "
32
- strum_macros = " 0.26 "
31
+ strum = " 0.27 "
32
+ strum_macros = " 0.27 "
33
33
c-api-tools = { version = " 0.1.0" }
34
34
35
35
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments