From 8df5519f341dc47f9350e054db2a5df6f44dbb24 Mon Sep 17 00:00:00 2001 From: mario Date: Thu, 19 Jan 2017 20:08:51 +0100 Subject: Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml lower level (=package/crate level) definitions for profiles are ignored --- imag-notes/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'imag-notes/Cargo.toml') 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" -- cgit v1.2.3