From 98bf18e0ad1bf3e13aa6f7144d20349bbfac56cb Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Tue, 20 Apr 2021 21:28:41 -0700 Subject: [PATCH] chore: release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7845c4e..74668ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garcon" -version = "0.1.2" +version = "0.2.0" authors = ["Hans Larsen "] edition = "2018" description = "A collection of trait and classes to make your thread or async function wait."