From ce50a84e7b6c140618ea7404587f77bacbc45e29 Mon Sep 17 00:00:00 2001 From: dylni <46035563+dylni@users.noreply.github.com> Date: Fri, 6 Dec 2019 13:33:04 -0500 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5d4fd4..c793674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_str_bytes" -version = "0.1.2" +version = "0.1.3" authors = ["dylni"] edition = "2018" exclude = [".*"] diff --git a/src/lib.rs b/src/lib.rs index feecdbd..a4e1899 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -79,7 +79,7 @@ //! [`str::from_utf8_unchecked`]: https://doc.rust-lang.org/std/str/fn.from_utf8_unchecked.html //! [`Vec`]: 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;