diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/no_std_check/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/no_std_check/Cargo.toml b/tests/no_std_check/Cargo.toml index f5ad827..3edf154 100644 --- a/tests/no_std_check/Cargo.toml +++ b/tests/no_std_check/Cargo.toml @@ -4,7 +4,7 @@ name = "no-std-test" version = "0.0.1" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" -description = "test crate to check that yaxpeax-arm is actually no-stds" +description = "test crate to check that yaxpeax-arm is actually no-std" edition = "2021" publish = false |