From 6fc4d9e8ed2cb33203b3deddc3ea30299f5ab424 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 25 Mar 2021 01:23:30 +0000 Subject: [PATCH] update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"