We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa3fe7 commit 85f13d2Copy full SHA for 85f13d2
_layouts/home.html
@@ -13,8 +13,13 @@ <h1 class="hyper-logo">hyper</h1>
13
</div>
14
</section>
15
<section class="container">
16
- <div class="row">
17
- <div class="col-md-6">
+ <div class="row">
+ <div class="col-md-6">
18
+ <p class="lead">
19
+ <b>Note:</b> hyper is planning a stable <code>1.0</code> release at the end of January 2023.
20
+ These guides will be gradually transitioned to <code>1.0</code>, but if you're looking for
21
+ guides for <code>0.14</code> you can find them <a href="/legacy">here</a>.
22
+ </p>
23
<p class="lead">hyper is a fast HTTP implementation written in and for Rust.</p>
24
<ul>
25
<li>A <strong>Client</strong> for talking to web services.</li>
0 commit comments