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 127d8a4 commit 54fc498Copy full SHA for 54fc498
src/admin/normalize_index.rs
@@ -57,7 +57,6 @@ pub fn run(_opts: Opts) -> anyhow::Result<()> {
57
krate.deps.sort();
58
versions.push(krate);
59
}
60
- versions.sort_by_cached_key(|version| semver::Version::parse(&version.vers).ok());
61
for version in versions {
62
serde_json::to_writer(&mut body, &version).unwrap();
63
body.push(b'\n');
0 commit comments