Skip to content

Commit

Permalink
bump v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Aug 12, 2020
1 parent b8a3333 commit 2b6142c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "lzzzz"
version = "0.5.1"
version = "0.6.0"
authors = ["picoHz <[email protected]>"]
edition = "2018"
description = "Full-featured liblz4 binding for Rust."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
lzzzz = "0.5"
lzzzz = "0.6"
```

[API Documentation](https://docs.rs/lzzzz)
Expand Down

0 comments on commit 2b6142c

Please sign in to comment.