Bump version

This commit is contained in:
dylni
2019-12-07 10:24:24 -05:00
parent 5ddf6d7d1b
commit 18caff79f2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "os_str_bytes"
version = "0.1.3"
version = "0.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*"]
+1 -1
View File
@@ -21,7 +21,7 @@ Add the following lines to your "Cargo.toml" file:
```toml
[dependencies]
os_str_bytes = "0.1"
os_str_bytes = "0.2"
```
See the [documentation] for available functionality and examples.
+1 -1
View File
@@ -77,7 +77,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.3")]
#![doc(html_root_url = "https://docs.rs/os_str_bytes/0.2.0")]
use std::borrow::Cow;
use std::error::Error;