1
0
Fork 0
forked from wry/wry

all: update dependencies

This commit is contained in:
Julian Orth 2025-01-22 15:56:59 +01:00
parent a218a57e80
commit 0a465f3f60
6 changed files with 37 additions and 103 deletions

View file

@ -103,7 +103,7 @@ pub enum XconError {
ExtensionUnavailable(&'static str),
#[error("The server returned error {0}")]
CoreError(u8),
#[error("The extension `{}` returned error {1}", .0.name())]
#[error("The extension `{}` returned error {}", .0.name(), .1)]
ExtensionError(Extension, u8),
#[error("The connection to the server has already been closed")]
Dead,