Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Skepfyr committed Feb 13, 2021
1 parent de1b092 commit 1050b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <jack.rickard@outlook.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1050b96

Please sign in to comment.