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
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "revive-yul"
description = "The revive YUL parser library."
version = "0.3.0"
version = "0.3.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
@@ -115,7 +115,7 @@ impl Expression {
anyhow::anyhow!(
"{} Invalid literal `{}`: {}",
literal.location,
literal.inner.to_string(),
literal.inner,
error
)
})