From b148998b11eeae3bf26888c4208a378e5e2dcdb5 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 24 Oct 2020 20:21:32 +0200 Subject: [PATCH] update GSL version --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df44e94..da78b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,14 +13,12 @@ keywords = ["math", "statistics", "histogram", "bioinformatics", "molecular-dyna clap = {version="2.32.0", features=['yaml']} error-chain = "0.12.0" rand = "0.5.5" -GSL = "1.0.0" +GSL = "1.1" rayon = "1.0.3" [dev-dependencies] assert_approx_eq = "1.1.0" [profile.release] -opt-level = 2 +opt-level = 3 -[features] -default = ["GSL/v2"]