summaryrefslogtreecommitdiffstats
path: root/libimagtodo
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-31 23:39:38 +0100
committerGitHub <noreply@github.com>2016-10-31 23:39:38 +0100
commit0a040815993803defe79749786adbd01f40b79b2 (patch)
tree5c404fb2035ed818feb933ddfdb2306a9ea21d4f /libimagtodo
parentfa64c2d27dc4b9afbfa7d077ed7821e7688e0339 (diff)
parentdfa38962e3c3df350b0603b97076ba1c22cef626 (diff)
Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
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 7b2c9138..d46edd3f 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.2"