summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:10:47 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:10:47 +0100
commit09fd59febbf7fefe93d064718d640290b2957b21 (patch)
tree4b06b47728085f56378a88c71e5e3312241646b0 /.github
parent7e3e290940e3229efce69baabab7d169d8a6793a (diff)
pacify the package size checkf or a while.
Diffstat (limited to '.github')
-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 553219b..e3d4b5b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -27,7 +27,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 --tag v1.2.4
- cargo diet -n --package-size-limit 80KB
+ cargo diet -n --package-size-limit 90KB
build-and-test-on-windows:
name: Windows (nightly)