aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDmitry <[email protected]>2020-08-09 14:33:47 +0100
committerDmitry <[email protected]>2020-08-09 14:33:47 +0100
commit1a43a0f63e0008787225abb6fb2baef97b6a39e0 (patch)
treec5ee106cf8dd15f6df0bca041f36ec387d6b3214 /Cargo.toml
parent020a40335bb2d45245d1164e4075e7f622084705 (diff)
Added competition for unstable features
Added xtask for download unstable book from rust repository and codegene for it. Also small changes from lint
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 612e6809f..82b844073 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