diff --git a/Cargo.toml b/Cargo.toml index 958f8ec..b247eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stackalloc" version = "0.1.0" -description = "allocate arbitrary bytes on the stack at runtime" +description = "allocate arbitrary data on the stack at runtime" authors = ["Avril "] edition = "2018"