File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 steps :
5959 - uses : actions/checkout@v4
6060 - uses : dtolnay/rust-toolchain@nightly
61- with :
62- toolchain : nightly-2024-02-03
6361 - name : Install mdbook
6462 run : |
6563 mkdir mdbook
Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v4
3535 - uses : dtolnay/rust-toolchain@nightly
36- with :
37- toolchain : nightly-2024-02-03
36+
3837 - name : cargo update
3938 # Remove first line that always just says "Updating crates.io index"
4039 run : cargo update --color never 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v4
2626 - uses : dtolnay/rust-toolchain@clippy
27- with :
28- toolchain : nightly-2024-02-03
2927 - uses : Swatinem/rust-cache@v2
3028 with :
3129 cache-on-failure : true
4139 steps :
4240 - uses : actions/checkout@v4
4341 - uses : dtolnay/rust-toolchain@clippy
44- with :
45- toolchain : nightly-2024-02-03
4642 - uses : Swatinem/rust-cache@v2
4743 with :
4844 cache-on-failure : true
9288 steps :
9389 - uses : actions/checkout@v4
9490 - uses : dtolnay/rust-toolchain@nightly
95- with :
96- toolchain : nightly-2024-02-03
9791 - uses : Swatinem/rust-cache@v2
9892 with :
9993 cache-on-failure : true
@@ -113,7 +107,6 @@ jobs:
113107 - uses : actions/checkout@v4
114108 - uses : dtolnay/rust-toolchain@nightly
115109 with :
116- toolchain : nightly-2024-02-03
117110 components : rustfmt
118111 - run : cargo fmt --all --check
119112
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v4
2222 - uses : dtolnay/rust-toolchain@nightly
23- with :
24- toolchain : nightly-2024-02-03
2523 - uses : taiki-e/install-action@cargo-udeps
2624 - name : Check for unused dependencies
2725 run : cargo udeps --lib --features "jemalloc,${{ matrix.network }}"
You can’t perform that action at this time.
0 commit comments