Skip to content

Commit

Permalink
bump v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Jul 29, 2020
1 parent 9d5e0c9 commit 612574c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lzzzz"
version = "0.3.3"
version = "0.4.0"
authors = ["picoHz <picoHz@outlook.com>"]
edition = "2018"
description = "Full-featured liblz4 binding for Rust."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
lzzzz = "0.3"
lzzzz = "0.4"
```

[API Documentation](https://docs.rs/lzzzz)
Expand All @@ -41,7 +41,7 @@ The `async-io` feature flag enables asynchronous LZ4F streaming compressors and

```toml
[dependencies]
lzzzz = { version = "0.3", features = ["async-io"] }
lzzzz = { version = "0.4", features = ["async-io"] }
```

## Examples
Expand Down

0 comments on commit 612574c

Please sign in to comment.