Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a4d8c2

Browse files
committed
adjust maximum package size
1 parent 58b53ff commit 8a4d8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
curl -LSfs https://raw.githubusercontent.com/the-lean-crate/cargo-diet/master/ci/install.sh | \
2828
sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl --tag v1.2.4
2929
30-
cargo diet -n --package-size-limit 75KB
30+
cargo diet -n --package-size-limit 80KB
3131
3232
build-and-test-on-windows:
3333
name: Windows

0 commit comments

Comments
 (0)