summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-22 19:57:40 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-22 19:57:40 +0200
commit4ceec65b088f05d4ad03f9ac70b1d63452fd8197 (patch)
treefe9eac6cbe3c62841704c4f454c14ee987be7d7d /Cargo.toml
parent74f593bb27b19c8d021918a46a6447a80e25f828 (diff)
Updated to default config
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad22026..e7e33fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,9 @@ fnv = "1.0.6"
rayon = "1.1.0"
[profile.release]
-debug = true
-debug-assertions = true
-overflow-checks = true
+# debug = true
+# debug-assertions = true
+# overflow-checks = true
[features]
logging = []