release 0.4.1 (#388)

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-10-08 14:04:48 +02:00
committed by GitHub
parent 93c6387dae
commit 2090830858
13 changed files with 554 additions and 448 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ impl Compiler for SolcCompiler {
anyhow::bail!(
"{} error: {}",
self.executable,
String::from_utf8_lossy(output.stderr.as_slice()).to_string()
String::from_utf8_lossy(output.stderr.as_slice())
);
}
@@ -187,7 +187,7 @@ impl Compiler for SolcCompiler {
anyhow::bail!(
"{} error: {}",
self.executable,
String::from_utf8_lossy(output.stderr.as_slice()).to_string()
String::from_utf8_lossy(output.stderr.as_slice())
);
}