From 21a56d6949fd3e8c368ec909cff5c4002a9d4238 Mon Sep 17 00:00:00 2001 From: kunicmarko20 Date: Wed, 6 Mar 2019 22:43:39 +0000 Subject: [PATCH] 0.2.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ddeb9e6..b79c3c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "arc-guard" -description = "Wrapper around Arc> that removes boilerplate code." -version = "0.1.0" +description = "Guard around Arc> allowing you to write less boilerplate code." +version = "0.2.0" license = "MIT" authors = ["kunicmarko20 "] edition = "2018" -repository = "https://github.com/kunicmarko20/arc-guard-rs" +repository = "https://github.com/rustysoft/arc-guard"