mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
thiserror 2.0, cargo update
This commit is contained in:
@@ -55,7 +55,7 @@ impl Block {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
#[derive(Debug, Error)]
|
||||
pub enum SeraiError {
|
||||
#[error("failed to communicate with serai")]
|
||||
ConnectionError,
|
||||
|
||||
Reference in New Issue
Block a user