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"