diff --git a/Cargo.toml b/Cargo.toml index b1e0c13..48e51f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sugars" -version = "0.2.0" +version = "0.3.0" authors = ["GrayJack "] readme = "README.md" license-file = "LICENSE" repository = "https://github.com/GrayJack/sugars" documentation = "https://docs.rs/sugars" homepage = "https://crates.io/crates/sugars" -description = "A collection of macros in Rust to make some tasks easier to use" +description = "A collection of macros in Rust to make some tasks easier to use or less verbose" exclude = ["/.travis.yml"] edition = "2018"