Skip to content

Commit e95e383

Browse files
committed
Release 0.1.1
1 parent 12e8052 commit e95e383

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.0" # remember to update html_root_url, and readme for major versions
3+
version = "0.1.1" # remember to update html_root_url, and readme for major versions
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

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.0")]
150+
#![doc(html_root_url = "https://docs.rs/oqueue/0.1.1")]
151151
#![cfg_attr(oqueue_doc_cfg, feature(doc_cfg))]
152152

153153
mod sequencer;

0 commit comments

Comments
 (0)