update GSL version

This commit is contained in:
Daniel Bauer
2020-10-24 20:21:32 +02:00
parent 87f3cceb6a
commit b148998b11

View File

@@ -13,14 +13,12 @@ keywords = ["math", "statistics", "histogram", "bioinformatics", "molecular-dyna
clap = {version="2.32.0", features=['yaml']} clap = {version="2.32.0", features=['yaml']}
error-chain = "0.12.0" error-chain = "0.12.0"
rand = "0.5.5" rand = "0.5.5"
GSL = "1.0.0" GSL = "1.1"
rayon = "1.0.3" rayon = "1.0.3"
[dev-dependencies] [dev-dependencies]
assert_approx_eq = "1.1.0" assert_approx_eq = "1.1.0"
[profile.release] [profile.release]
opt-level = 2 opt-level = 3
[features]
default = ["GSL/v2"]