chore(just): Fix typo to make just r works (#6264)

Apparently this is only happening on my end, but a typo is still a typo.
🙄
This commit is contained in:
Yuji Sugiura 2024-10-03 12:41:52 +09:00 committed by GitHub
parent 7bb745b085
commit 7e4fa337d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]