From 1050b968d4d9176b5033247f2c53f5f1b816b475 Mon Sep 17 00:00:00 2001 From: Jack Rickard Date: Sat, 13 Feb 2021 20:19:09 +0000 Subject: [PATCH] Release version 0.1.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 151b944..1e0c8a1 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.0" +version = "0.1.1" authors = ["Jack Rickard "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index ec2e2a1..d812b66 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.0")] +#![doc(html_root_url = "https://docs.rs/diplomatic-bag/0.1.1")] #![warn( keyword_idents, missing_crate_level_docs,