From 9bd5698b9d9b1dbed862599bde3c59a8dcacfc1d Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 10 Jun 2020 01:35:51 +0100 Subject: [PATCH] update package def --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80ee6fc..59df55b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "malloc-array" description = "libc heap array allocator" -version = "1.1.0" +version = "1.1.1" authors = ["Avril "] edition = "2018" license = "GPL-3.0-or-later" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +readme = "README.md" +homepage = "https://github.com/notflan/rs-malloc-array" [features] default = ["zst_noalloc"]