mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
Fix daedalus NeoForge (#5713)
* Support NeoForge version for year-based Minecraft versions * Run on CI * Fix * Fix branch * Undo branch switch
This commit is contained in:
@@ -33,6 +33,8 @@ pub enum ErrorKind {
|
||||
Tracing(#[from] tracing::subscriber::SetGlobalDefaultError),
|
||||
#[error("Zip error: {0}")]
|
||||
Zip(#[from] async_zip::error::ZipError),
|
||||
#[error("Failed to parse an integer: {0}")]
|
||||
ParseIntError(#[from] std::num::ParseIntError),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user