Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Oct 14, 2023
1 parent 5bf44c6 commit 79f1a53
Show file tree
Hide file tree
Showing 2 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 = "6.5.1"
version = "6.6.0"
authors = ["dylni"]
edition = "2021"
rust-version = "1.61.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following lines to your "Cargo.toml" file:

```toml
[dependencies]
os_str_bytes = "6.5"
os_str_bytes = "6.6"
```

See the [documentation] for available functionality and examples.
Expand Down Expand Up @@ -83,7 +83,7 @@ crate's minor version:

```toml
[dependencies]
os_str_bytes = "~6.5"
os_str_bytes = "~6.6"
```

## License
Expand Down

0 comments on commit 79f1a53

Please sign in to comment.