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 a6207bc commit 5c00b58Copy full SHA for 5c00b58
templates/releases_feed.hbs
@@ -4,6 +4,8 @@
4
<subtitle>Recent Rust crates</subtitle>
5
<link href="https://docs.rs/releases/feed" rel="self" />
6
<link href="https://docs.rs/" />
7
+<link href="https://pubsubhubbub.appspot.com" rel="hub" />
8
+<link href="https://pubsubhubbub.superfeedr.com" rel="hub" />
9
<id>urn:docs-rs:{{cratesfyi_version_safe}}</id>
10
<updated>{{content[0].release_time_rfc3339}}</updated>
11
{{#each content}}
0 commit comments