From 15bc6daa7c8b12e275a085a7ca3db1c85f6612ea Mon Sep 17 00:00:00 2001 From: Enrique Ortiz Date: Mon, 30 Oct 2023 22:18:39 -0400 Subject: [PATCH] chore: bump solang parser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87c51e4b..bff2cd3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ alloy-primitives = { version = "0.4", default-features = false, features = ["std alloy-dyn-abi = { version = "0.4", default-features = false, features = ["std"] } alloy-json-abi = { version = "0.4", default-features = false, features = ["std", "serde_json"] } -solang-parser = { version = "=0.3.2", default-features = false } +solang-parser = { version = "=0.3.3", default-features = false } # serde serde = { version = "1", features = ["derive", "rc"] }