Skip to content

Commit 1cf802d

Browse files
committed
Release 0.1.8
1 parent c2fb856 commit 1cf802d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oqueue"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["concurrency"]
66
description = "Non-interleaving multithreaded output queue"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
//!
148148
//! <br>
149149
150-
#![doc(html_root_url = "https://docs.rs/oqueue/0.1.7")]
150+
#![doc(html_root_url = "https://docs.rs/oqueue/0.1.8")]
151151
#![allow(
152152
clippy::let_underscore_untyped,
153153
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)