We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989197a commit 86cf10cCopy full SHA for 86cf10c
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "oqueue"
3
-version = "0.1.3" # remember to update html_root_url, and readme for major versions
+version = "0.1.4" # remember to update html_root_url, and readme for major versions
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
categories = ["concurrency"]
6
description = "Non-interleaving multithreaded output queue"
src/lib.rs
@@ -147,7 +147,7 @@
147
//!
148
//! <br>
149
150
-#![doc(html_root_url = "https://docs.rs/oqueue/0.1.3")]
+#![doc(html_root_url = "https://docs.rs/oqueue/0.1.4")]
151
#![allow(
152
clippy::let_underscore_drop,
153
clippy::module_name_repetitions,
0 commit comments