From 5a36673a7c025fa0456d26c503a82fb691b7c641 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Mon, 29 Jul 2024 15:40:51 +0200 Subject: [PATCH] Fix small error in crates.io: development update post --- posts/2024-07-29-crates-io-development-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024-07-29-crates-io-development-update.md b/posts/2024-07-29-crates-io-development-update.md index 3d49e2c3e..d14d58374 100644 --- a/posts/2024-07-29-crates-io-development-update.md +++ b/posts/2024-07-29-crates-io-development-update.md @@ -39,7 +39,7 @@ Similar to GitHub, we now also have dark/light theme support for images in your Inspired by our friends at the [Python Package Index](https://warehouse.pypa.io/api-reference/feeds.html), we have introduced a couple of experimental RSS feeds for crates.io: - : The latest new crates registered on crates.io (the past 60 minutes, but at least 50 new crates). -- : The latest version updates on crates.io (the past 60 minutes, but at least 100 version). +- : The latest version updates on crates.io (the past 60 minutes, but at least 100 versions). - e.g. : The latest version updates of the `serde` crate (the past 24 hours, but at least 10 versions). This will allow you to keep track of the latest crate releases and updates in your favorite RSS reader. The original GitHub issue requested a feed for all the crates you "follow" on crates.io, but we decided that per-crate feeds would be more useful for now. If you have any feedback on this feature, please let us know!