Skip to content

Commit fd9ac06

Browse files
committed
rebase
Created using spr 1.3.6-beta.1
2 parents 57bdf73 + 5d6cf8b commit fd9ac06

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/ci.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,10 @@ jobs:
1818
with:
1919
components: rustfmt, clippy
2020
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
21-
- name: Install just and cargo-hack
21+
- name: Install just, cargo-hack, and cargo-sync-rdme
2222
uses: taiki-e/install-action@v2
2323
with:
24-
tool: just,cargo-hack
25-
- name: Install fork of cargo-sync-rdme
26-
# This is a fork of cargo-sync-rdme with a fix for
27-
# https://github.com/gifnksm/cargo-sync-rdme/pull/514 included -- remove
28-
# once merged upstream.
29-
run: |
30-
curl -LsSf https://github.com/sunshowers/cargo-sync-rdme/releases/download/v0.4.2-b.1%2Bsunshowers/cargo-sync-rdme-v0.4.2-b.1+sunshowers-x86_64-unknown-linux-gnu.tar.gz \
31-
| tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
24+
tool: just,cargo-hack,cargo-sync-rdme
3225
- name: Lint (clippy)
3326
run: just powerset clippy --all-targets
3427
- name: Lint (rustfmt)

Justfile

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ rustdoc *args:
2121

2222
# Generate README.md files using `cargo-sync-rdme`.
2323
generate-readmes:
24-
# Please install via cargo install --locked --git https://github.com/sunshowers/cargo-sync-rdme for now.
2524
cargo sync-rdme --toolchain nightly --workspace --all-features
2625

2726
# Run cargo release in CI.

0 commit comments

Comments
 (0)