From a61495d6605e0b86680560d4dd076848100063e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lecrenier?= Date: Tue, 21 Feb 2023 15:08:45 +0100 Subject: [PATCH] Update Cargo.toml (commit to be deleted later) --- Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 628c6bcbb..b85ee4e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,15 @@ members = [ "filter-parser", "flatten-serde-json", "json-depth-checker", - "benchmarks" + "benchmarks", ] [workspace.package] -version = "1.1.0" -authors = ["Quentin de Quelen ", "Clément Renault "] +version = "1.0.0" +authors = [ + "Quentin de Quelen ", + "Clément Renault ", +] description = "Meilisearch HTTP server" homepage = "https://meilisearch.com" readme = "README.md" @@ -27,6 +30,7 @@ license = "MIT" [profile.release] # codegen-units = 1 +debug = true [profile.dev.package.flate2] opt-level = 3