From 9c0894cd4317e243d385866bc66325b91ec49d11 Mon Sep 17 00:00:00 2001 From: Jack Rickard Date: Tue, 17 May 2022 19:46:05 +0100 Subject: [PATCH] Publish 0.3.0 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc3991a..1c9a7b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "diplomatic-bag" description = "A wrapper type that allows you to send `!Send` types to different threads." -version = "0.2.0" -authors = ["Jack Rickard "] +version = "0.3.0" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/Skepfyr/DiplomaticBag"