Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Dec 14, 2019
1 parent ca222c9 commit 258fbf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1"
version = "0.3.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the following lines to your "Cargo.toml" file:

```toml
[dependencies]
os_str_bytes = "0.2"
os_str_bytes = "0.3"
```

See the [documentation] for available functionality and examples.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
//! [`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",
html_root_url = "https://docs.rs/os_str_bytes/0.3.0",
test(attr(deny(warnings)))
)]

Expand Down

0 comments on commit 258fbf2

Please sign in to comment.