From d29cc7f13cd28e468ae91eaeb0ccc50971d1363a Mon Sep 17 00:00:00 2001 From: GrayJack Date: Wed, 10 Jul 2019 00:04:29 -0300 Subject: [PATCH] Bump to v0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"