aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorvsrs <[email protected]>2020-06-10 20:58:25 +0100
committervsrs <[email protected]>2020-06-18 08:15:43 +0100
commitd4e75312ba64c2541e0d97b9ad8d6e2a735882a4 (patch)
tree96a2e521edd381a574876cb6b0d90aebe381ecf7 /Cargo.toml
parent283ec13fc06dda7ec4d22955e2d2eb96aaff95fd (diff)
Add associated type test.
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 5278b5a16..a5f68f7fe 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 = 0 7debug = 2
8 8
9[profile.release] 9[profile.release]
10incremental = true 10incremental = true