From d1941d2c0d9aeb5c329fe53549ab20c77d91689d Mon Sep 17 00:00:00 2001 From: mschae23 <46165762+mschae23@users.noreply.github.com> Date: Sun, 7 Aug 2022 11:10:17 +0200 Subject: [PATCH] Changed version 3.2.0 --- Cargo.lock | 2 +- Cargo.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a923436..209efbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "density_function_lang" -version = "3.2.1" +version = "3.2.0" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 20ac6f7..b9b9026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,14 @@ [package] name = "density_function_lang" -version = "3.2.1" +version = "3.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +lto = true +strip = "symbols" + [dependencies] clap = { version = "3.2.12", features = ["derive"] } lazy_static = "1.4.0"