mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
feat: use v1 version manifest for Quilt (#6650)
* wip: app-side logic * lints * fmt * fmt * Split Daedalus changes out of frontend branch * Remove Daedalus changes from frontend branch
This commit is contained in:
@@ -22,8 +22,10 @@ pub async fn get_minecraft_versions() -> crate::Result<VersionManifest> {
|
||||
// #[tracing::instrument]
|
||||
pub async fn get_loader_versions(loader: &str) -> crate::Result<Manifest> {
|
||||
let state = State::get().await?;
|
||||
let cache_key =
|
||||
daedalus::modded::loader_manifest_metadata(loader).cache_key;
|
||||
let loaders = CachedEntry::get_loader_manifest(
|
||||
loader,
|
||||
&cache_key,
|
||||
None,
|
||||
&state.pool,
|
||||
&state.api_semaphore,
|
||||
|
||||
Reference in New Issue
Block a user