Skip to content

Commit 86cf10c

Browse files
committed
Release 0.1.4
1 parent 989197a commit 86cf10c

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.3" # remember to update html_root_url, and readme for major versions
3+
version = "0.1.4" # remember to update html_root_url, and readme for major versions
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.3")]
150+
#![doc(html_root_url = "https://docs.rs/oqueue/0.1.4")]
151151
#![allow(
152152
clippy::let_underscore_drop,
153153
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)