From a02ba8c9c73acc5599749e85b1bdb1ebfa966be9 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 7 Feb 2024 18:40:36 +0100 Subject: [PATCH] chore(deps): bump compilers 0.3.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1a0e595dda0..c7421accaecc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,9 +3104,9 @@ dependencies = [ [[package]] name = "foundry-compilers" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd693c0870b3817b215417ff0f2f0df02cddf296dc5524c330f99186a42cf29" +checksum = "5d88392f8b9848cfac5b11054b14e14268ae5361450bd45169df276f9af748c5" dependencies = [ "alloy-json-abi", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 70b3c069e097..9beebb39db30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ foundry-test-utils = { path = "crates/test-utils" } # solc & compilation utilities foundry-block-explorers = { version = "0.2.3", default-features = false } -foundry-compilers = { version = "0.3.1", default-features = false } +foundry-compilers = { version = "0.3.2", default-features = false } ## revm # no default features to avoid c-kzg