You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnErr(bad_request(format!("The following category slugs are not currently supported on crates.io: {}\n\nSee https://{}/category_slugs for a list of supported slugs.", unknown_categories, domain)));
481
481
}
482
482
483
-
let top_versions = krate.async_top_versions(conn).await?;
483
+
let top_versions = krate.top_versions(conn).await?;
484
484
485
485
let downloads:i64 = crate_downloads::table.select(crate_downloads::downloads)
0 commit comments