Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Dec 6, 2019
1 parent f62b8b3 commit ce50a84
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.1.2"
version = "0.1.3"
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 @@ -79,7 +79,7 @@
//! [`str::from_utf8_unchecked`]: https://doc.rust-lang.org/std/str/fn.from_utf8_unchecked.html
//! [`Vec<u8>`]: https://doc.rust-lang.org/std/vec/struct.Vec.html
#![doc(html_root_url = "https://docs.rs/os_str_bytes/0.1.2")]
#![doc(html_root_url = "https://docs.rs/os_str_bytes/0.1.3")]

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

0 comments on commit ce50a84

Please sign in to comment.