diff --git a/Cargo.toml b/Cargo.toml index 38aa861..5265550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_str_bytes" -version = "4.1.1" +version = "4.2.0" authors = ["dylni"] edition = "2018" exclude = [".*", "/rustfmt.toml", "/tests"] diff --git a/README.md b/README.md index 345a48d..2412d33 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following lines to your "Cargo.toml" file: ```toml [dependencies] -os_str_bytes = "4.1" +os_str_bytes = "4.2" ``` See the [documentation] for available functionality and examples. @@ -68,7 +68,7 @@ crate's minor version: ```toml [dependencies] -os_str_bytes = "~4.1" +os_str_bytes = "~4.2" ``` ## License