aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDmitry Opokin <[email protected]>2020-08-09 15:13:35 +0100
committerGitHub <[email protected]>2020-08-09 15:13:35 +0100
commit66b972ecc1eacb33a23c16b6d2a8a021ce450d5d (patch)
tree907e22384e970ba76e83a61b83e7c0d8d514a3c4 /Cargo.toml
parentcdf6eee9f550062e63041679f6afc968ee9ff240 (diff)
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 82b844073..612e6809f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ members = [ "crates/*", "xtask/" ]
4[profile.dev] 4[profile.dev]
5# disabling debug info speeds up builds a bunch, 5# disabling debug info speeds up builds a bunch,
6# and we don't rely on it for debugging that much. 6# and we don't rely on it for debugging that much.
7debug = 2 7debug = 0
8 8
9[profile.release] 9[profile.release]
10incremental = true 10incremental = true