Skip to content

Commit

Permalink
Update README.md (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored and seanmonstar committed Nov 27, 2019
1 parent a642e1c commit 171cffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use `bytes`, first add this to your `Cargo.toml`:

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

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.4.12", features = ["serde"] }
bytes = { version = "0.5", features = ["serde"] }
```

## License
Expand Down

0 comments on commit 171cffa

Please sign in to comment.