From 9d205574ffc60f454d972eb101e04f2c4c82179d Mon Sep 17 00:00:00 2001 From: evalir Date: Mon, 30 Oct 2023 22:29:54 -0400 Subject: [PATCH] chore: bump solang parser to 0.3.3 (#11) 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"] }