From 593dc3125f0a35cae1521f0dae71fe98dac1419d Mon Sep 17 00:00:00 2001 From: rouzwelt Date: Mon, 2 Dec 2024 23:30:27 +0000 Subject: [PATCH] init --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d87116..3b0821f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "alloy-ethers-typecast" version = "0.2.0" -source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=0e636d2bc865a49c6eaea95ab139465708a65698#0e636d2bc865a49c6eaea95ab139465708a65698" +source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=65a68f207287d024cba934bf1e3c8b3f63d2834a#65a68f207287d024cba934bf1e3c8b3f63d2834a" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 01650a3..6c937d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/rainlanguage/rain.erc" [dependencies] thiserror = "1.0.56" alloy = { version = "0.1.4", features = ["rand", "sol-types"] } -alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "0e636d2bc865a49c6eaea95ab139465708a65698" } +alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "65a68f207287d024cba934bf1e3c8b3f63d2834a" } [dev-dependencies] serde = "1.0.203"