diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-06 09:26:35 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-06 09:26:35 +0800 |
commit | 129c5114b15f1f644fa0c65266f13bed188ac161 (patch) | |
tree | 214b3b79a3336ab560182b9a9176763cbbe71c03 /.github | |
parent | dd9f8933b75e052dbf3a13a9599061687690fcbe (diff) |
fix cargo-diet check on CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c7f0036..92f5f63 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: - name: Check crate package size (feat. 'cargo diet') run: | curl -LSfs https://raw.githubusercontent.com/the-lean-crate/cargo-diet/master/ci/install.sh | \ - sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl + sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl --tag v1.2.4 cargo diet -n --package-size-limit 75KB |