summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-09 13:55:43 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-09 13:55:43 +0200
commitf5699c057c000efd80e4bf7dd6b23a0d1750e628 (patch)
treebe137cc2cb38cd3a01be075633447b9396db566b /Cargo.toml
parente6b613207b540cfae6691d97941007d05ef019be (diff)
Updated default features to not include benchmarking
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 926ab10..bc49a40 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,4 +19,4 @@ energy-cutoff = []
reduced-time = []
extended-time = []
-default = ["energy-cutoff", "benchmarking"]
+default = ["energy-cutoff"]