From 3788c92d968f5522323b8e6d5c6cf614dd4b021a Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 21 Mar 2024 20:30:39 -0400 Subject: Update to Rust 1.77 --- rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rust/Cargo.toml') 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 -- cgit v1.3.1