From 7ea94cb15a500ba44df3ad799d79b42cb0eca92a Mon Sep 17 00:00:00 2001 From: "K.Kotliar" Date: Thu, 14 Nov 2024 11:58:11 -0500 Subject: [PATCH] lock alloy-sol-type-parser version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93ce19c..74bcc07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "airdao-nop-rs" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies] @@ -16,6 +16,7 @@ web3 = { version = "0.19" } ethers-providers = "2" alloy = { version = "0.6.2", features = ["full", "json-rpc", "sol-types"] } alloy-sol-types = "0.8.11" +alloy-sol-type-parser = "=0.8.11" # Crypto k256 = { version = "0.13" }