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 12e8052 commit e95e383Copy full SHA for e95e383
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "oqueue"
3
-version = "0.1.0" # remember to update html_root_url, and readme for major versions
+version = "0.1.1" # remember to update html_root_url, and readme for major versions
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
src/lib.rs
@@ -147,7 +147,7 @@
147
//!
148
//! <br>
149
150
-#![doc(html_root_url = "https://docs.rs/oqueue/0.1.0")]
+#![doc(html_root_url = "https://docs.rs/oqueue/0.1.1")]
151
#![cfg_attr(oqueue_doc_cfg, feature(doc_cfg))]
152
153
mod sequencer;
0 commit comments