Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Dec 7, 2019
1 parent 5b62437 commit 1f69642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os_str_bytes"
version = "0.2.0"
version = "0.2.1"
authors = ["dylni"]
edition = "2018"
exclude = [".*"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
//! [`u32`]: https://doc.rust-lang.org/std/primitive.u32.html
//! [`Vec<u8>`]: https://doc.rust-lang.org/std/vec/struct.Vec.html
#![doc(html_root_url = "https://docs.rs/os_str_bytes/0.2.0")]
#![doc(html_root_url = "https://docs.rs/os_str_bytes/0.2.1")]

use std::borrow::Cow;
use std::error::Error;
Expand Down

0 comments on commit 1f69642

Please sign in to comment.