From bcf0430bf69c2405a914cfdf6789015af0d9e39d Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 6 Jun 2024 11:20:41 +0200 Subject: [PATCH] reduced optimization for performance --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8593ee6..280e52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ path = "src/main.rs" [profile.release] strip = true # Automatically strip symbols from the binary. -opt-level = 3 +opt-level = 2 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -25,4 +25,4 @@ version = "0.7.5" features = ["json"] [dependencies.serde_json] -version = "1.0.116" \ No newline at end of file +version = "1.0.116"