diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-21 20:30:39 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-21 21:21:19 -0400 |
| commit | 3788c92d968f5522323b8e6d5c6cf614dd4b021a (patch) | |
| tree | 73017c14093ab290e60654fe72db80af6109118f /arch | |
| parent | 2ded29f1b32842611b7e7751d14ab5533cc7cb19 (diff) | |
Update to Rust 1.77
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/riscv/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Cargo.toml b/arch/riscv/Cargo.toml index a9148e6e..974535b7 100644 --- a/arch/riscv/Cargo.toml +++ b/arch/riscv/Cargo.toml @@ -20,3 +20,4 @@ crate-type = ["cdylib"] [profile.release] panic = "abort" lto = true +debug = 1 |
