summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-12-16 12:16:25 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-12-16 12:16:25 +0800
commit041e218c47f77ea60e982a4e92209e5574cf6336 (patch)
tree38753629ef6f2406a8063fcc309eb0d705467c9c
parent019ec459b853095aa322a2e297039eea5a5f5939 (diff)
increase crate size limit
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
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