aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-20 08:53:29 +0000
committerAleksey Kladov <[email protected]>2018-12-20 09:15:38 +0000
commit7a6f5164f39f9b66640d3c0778410588add486c8 (patch)
treecde4c13466160edfa320fb6ce39298a4bc3d6d78
parent2d4582bfc648fd1a1ce92ea677aeb1c82ee8a631 (diff)
enable incremental release
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cfc064b5..95830561d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,4 +2,5 @@
2members = [ "crates/*" ] 2members = [ "crates/*" ]
3 3
4[profile.release] 4[profile.release]
5incremental = true
5debug = true 6debug = true