From dda2cf65e72c1cf19b9589aabf54c6c678256ffe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 00:56:43 +0000 Subject: [PATCH] chore: automatic update bin-yes-use-all [skip ci] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 200b746..b428c2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" # Warning https://doc.rust-lang.org/cargo/reference/manifest.html#the-authors-field -#authors = "uplau" +#authors = ["uplau"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -18,6 +18,6 @@ serde_json = "1" [profile.release] #codegen-units = 1 lto = true -opt-level = "z" +opt-level = "s" strip = true