Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade bytes version from 0.5 to 0.6.0 in README #441

Merged
merged 3 commits into from Nov 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.0"
ibraheemdev marked this conversation as resolved.
Show resolved Hide resolved
```

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.0", features = ["serde"] }
ibraheemdev marked this conversation as resolved.
Show resolved Hide resolved
```

## License
Expand Down