summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-02-12 21:12:12 +0100
committerCanop <cano.petrole@gmail.com>2019-02-12 21:12:12 +0100
commit82af8e614b911d30e39726eba84854732f7c2fe4 (patch)
treea76fe46b129656a009f23e5eb7da64787aac314d /Cargo.toml
parent786d85a27de698281fc7a35056ebb1b50ce2015b (diff)
set a precise version for jemallocator to satisfy crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d8c225..940ebcb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ simplelog = "0.5"
clap = "2.32"
glob = "0.2"
users = "0.8"
-jemallocator = "*"
+jemallocator = "0.1.9"
[profile.release]
lto = true