Skip to content

Commit

Permalink
Upgrade bytes version from 0.5 to 0.6.0 in README (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Nov 1, 2020
1 parent b7f7582 commit 39c6d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:

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

Next, add this to your crate:
Expand All @@ -33,7 +33,7 @@ Serde support is optional and disabled by default. To enable use the feature `se

```toml
[dependencies]
bytes = { version = "0.5", features = ["serde"] }
bytes = { version = "0.6", features = ["serde"] }
```

## License
Expand Down

0 comments on commit 39c6d7a

Please sign in to comment.