From 7e4fa337d9acea6cd3214191a69925bb2b80f4f2 Mon Sep 17 00:00:00 2001 From: Yuji Sugiura <6259812+leaysgur@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:41:52 +0900 Subject: [PATCH] chore(just): Fix typo to make `just r` works (#6264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently this is only happening on my end, but a typo is still a typo. 🙄 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 574c679fa..5e36b893b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -226,7 +226,7 @@ panic = "abort" # Let it crash and force ourselves to write safe Rust [profile.release-with-debug] inherits = "release" strip = false # Keep debug information in binary -debug = true # Include maxiumum amount of debug information +debug = true # Include maximum amount of debug information # Profile for `cargo coverage` [profile.coverage]