From 041e218c47f77ea60e982a4e92209e5574cf6336 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 16 Dec 2020 12:16:25 +0800 Subject: increase crate size limit --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 71c237d..8311ef1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: 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 - cargo diet -n --package-size-limit 30KB + cargo diet -n --package-size-limit 35KB build-and-test-on-windows: name: Windows -- cgit v1.2.3