From 2cd712c98c65c366f429075e447175d5304ba9d5 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Tue, 27 Aug 2024 16:55:20 -0500 Subject: [PATCH] Pin Alloy Versions for Cargo Stylus (#79) * pin alloy versions * edit * pin --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 640811d..4a557f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,10 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/OffchainLabs/cargo-stylus" [workspace.dependencies] -alloy-primitives = "0.7.6" -alloy-json-abi = "0.7.6" -alloy-sol-macro = "0.7.6" -alloy-sol-types = "0.7.6" +alloy-primitives = "=0.7.7" +alloy-json-abi = "=0.7.7" +alloy-sol-macro = "=0.7.7" +alloy-sol-types = "=0.7.7" alloy-ethers-typecast = "0.2.0" clap = { version = "4.5.4", features = [ "derive", "color" ] } ethers = "2.0.10"