summaryrefslogtreecommitdiffstats
path: root/libimagtodo
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-23 11:58:56 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-24 13:56:14 +0200
commit7d87fb6321294caded525625015d9514fe13c6da (patch)
tree0653a378ad7e208bf50a015aa8d0442f8aa6381c /libimagtodo
parent799da8319c3a29171e496bdeb596ffc7919dcedd (diff)
Add codegen-units = 2 in ./libimagtodo/Cargo.toml
Diffstat (limited to 'libimagtodo')
-rw-r--r--libimagtodo/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml
index bf40166f..55ce75ca 100644
--- a/libimagtodo/Cargo.toml
+++ b/libimagtodo/Cargo.toml
@@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
+[profile.dev]
+codegen-units = 2
+
[dependencies]
semver = "0.2"
task-hookrs = "0.2"