From 974d488bab5e21e9f17452a39a4bfa56677367b2 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:07:04 +0200 Subject: [PATCH] chore: pin alloy-sol-macro (#193) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05d7ef0b994..75479d89985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,4 +100,4 @@ tempfile = "3.8" # TODO: Remove once alloy-contract is stable. This is only used in tests for `sol!`. [patch.crates-io] -alloy-sol-macro = { git = "https://github.com/alloy-rs/core" } +alloy-sol-macro = { git = "https://github.com/alloy-rs/core", rev = "18b0509950c90d9ec38f25913b692ae4cdd6f227" }