Skip to content

Commit 783073e

Browse files
committed
[spr] initial version
Created using spr 1.3.6-beta.1
1 parent 092c10c commit 783073e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ jobs:
2121
- name: Install just and cargo-hack
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
@@ -19,7 +19,6 @@ rustdoc *args:
1919

2020
# Generate README.md files using `cargo-sync-rdme`.
2121
generate-readmes:
22-
# Please install via cargo install --locked --git https://github.com/sunshowers/cargo-sync-rdme for now.
2322
cargo sync-rdme --toolchain nightly --workspace --all-features
2423

2524
# Run cargo release in CI.

0 commit comments

Comments
 (0)