finally fix workflow i hope

This commit is contained in:
Chance 2025-01-11 15:28:01 -05:00 committed by BitSyndicate
parent 53996ec2ba
commit b9f1733126
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
8 changed files with 113 additions and 126 deletions

View file

@ -1,11 +1,7 @@
use thiserror::Error;
#[derive(Debug,Error)]
#[derive(Debug, Error)]
enum ZError {
#[error(transparent)]
Unknown(#[from] anyhow::Error)
Unknown(#[from] anyhow::Error),
}