Skip to content

Commit 7fb4b41

Browse files
committed
1.0 is here
1 parent 965f968 commit 7fb4b41

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

_layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h3>The HTTP implementation for Rust</h3>
2525
</ul>
2626
</div>
2727
<div class="col-md-6">
28-
<h3>Latest: 1.0 coming soon</h3>
29-
<p><strong>Note:</strong> hyper is planning a stable <code>1.0</code> release in 2023. These guides will be gradually transitioned to <code>1.0</code>, but if you're looking for guides for <code>0.14</code> you can find them <a href="/guides/0.14">here</a>. If you'd like to learn more about the move to <code>1.0</code>, <a href="https://seanmonstar.com/post/680802159018803200/hyper-10-roadmap">this</a> is a good place to start.</p>
28+
<h3>Latest: 1.0 is out!</h3>
29+
<p><a href="https://seanmonstar.com/blog/hyper-v1">hyper v1.0 is here!</a></p>
3030
</div>
3131
</div>
3232
<div class="row">

_stable/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ layout: guide
44
permalink: /guides/1/
55
---
66

7-
***Note:** these guides are for the upcoming version `1.0` of hyper,
8-
click [here](/guides/0.14) to see the `0.14` guides.*
9-
107
hyper is an HTTP library for the Rust language.
118

129
You can start using it by first adding it to your `Cargo.toml`:
1310

1411
```toml
1512
[dependencies]
16-
hyper = { version = "1.0.0-rc.4", features = ["full"] }
13+
hyper = { version = "1", features = ["full"] }
1714
```
1815

1916
- If building a web server, continue with the [Server guide][].

0 commit comments

Comments
 (0)