summaryrefslogtreecommitdiffstats
path: root/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authormario <mario-krehl@gmx.de>2017-01-19 20:08:51 +0100
committermario <mario-krehl@gmx.de>2017-01-19 20:08:51 +0100
commit8df5519f341dc47f9350e054db2a5df6f44dbb24 (patch)
tree8103d41857ff83ce7ee2217f3a9692d41a9335a7 /imag-notes/Cargo.toml
parent4cdbfb62dab9655d5a1d7ecb3e2173237cb8e940 (diff)
Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
Diffstat (limited to 'imag-notes/Cargo.toml')
-rw-r--r--imag-notes/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
index c7ef71a3..59f4a802 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/Cargo.toml
@@ -13,9 +13,6 @@ 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.1"
clap = ">=2.17"