summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2024-03-21 20:30:39 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2024-03-21 21:21:19 -0400
commit3788c92d968f5522323b8e6d5c6cf614dd4b021a (patch)
tree73017c14093ab290e60654fe72db80af6109118f /rust/Cargo.toml
parent2ded29f1b32842611b7e7751d14ab5533cc7cb19 (diff)
Update to Rust 1.77
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 02efc79b..8e174e68 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -30,3 +30,6 @@ members = [
"examples/hlil_lifter",
"examples/template"
]
+
+[profile.release]
+debug = 1