Update listed version numbers in README (#374)
This commit is contained in:
committed by
Sean McArthur
parent
ab52cf9b30
commit
d4416c2ea5
@@ -9,7 +9,7 @@ A Tokio aware, HTTP/2.0 client & server implementation for Rust.
|
|||||||
|
|
||||||
More information about this crate can be found in the [crate documentation][dox].
|
More information about this crate can be found in the [crate documentation][dox].
|
||||||
|
|
||||||
[dox]: https://docs.rs/h2/0.1.15/h2/
|
[dox]: https://docs.rs/h2
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ To use `h2`, first add this to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
h2 = "0.1.15"
|
h2 = "0.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, add this to your crate:
|
Next, add this to your crate:
|
||||||
|
|||||||
Reference in New Issue
Block a user