aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 c5155e899..e44c9570f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,6 @@ members = [ "crates/*" ]
3 3
4[profile.release] 4[profile.release]
5incremental = true 5incremental = true
6debug = true 6debug = 1 # only line info
7 7
8[patch.'crates-io'] 8[patch.'crates-io']