From bddcdbbd443fc7e36c01adddbab637fbc9c2ec78 Mon Sep 17 00:00:00 2001 From: Ajinkya Kulkarni Date: Thu, 21 Mar 2024 12:22:57 +0000 Subject: [PATCH] update eth-checksum dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6574c3..417291b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eth_checksum = {path = "../eth-checksum"} +eth_checksum = {git = "https://github.com/junkicide/rust-eth-checksum"} json = "^0.12.4" num-bigint = "^0.4.3" serde = { version = "^1.0.149", features = ["derive"] }