From 097d6f238310307b7a1e27203ebf8c00d4f77a30 Mon Sep 17 00:00:00 2001 From: Jack Rickard Date: Sun, 27 Jun 2021 21:39:19 +0100 Subject: [PATCH] Publish 0.2.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e0c8a1..fc3991a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "diplomatic-bag" description = "A wrapper type that allows you to send `!Send` types to different threads." -version = "0.1.1" +version = "0.2.0" authors = ["Jack Rickard "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index bdfc402..d225b4d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -31,7 +31,7 @@ //! handy when dealing with FFI types that must remain on the same thread for //! their existence. -#![doc(html_root_url = "https://docs.rs/diplomatic-bag/0.1.1")] +#![doc(html_root_url = "https://docs.rs/diplomatic-bag/0.2.0")] #![warn( keyword_idents, missing_crate_level_docs,