Update version number in Readme (#549)

This commit is contained in:
Alex Touchet
2021-09-08 00:44:22 -07:00
committed by GitHub
parent 5072292320
commit e9a13700cb

View File

@@ -36,7 +36,7 @@ To use `h2`, first add this to your `Cargo.toml`:
```toml
[dependencies]
h2 = "0.2"
h2 = "0.3"
```
Next, add this to your crate: