From 8a2b6b68590378c908f8cd5f7fc725b2a2b6a9ea Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 31 Jan 2024 18:24:44 +0100 Subject: [PATCH] chore: bump foundry-compilers 0.3 (#30) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c06cc4a..8fe0964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "1.0" tracing = "0.1.37" semver = "1.0" -foundry-compilers = { version = "0.2", optional = true } +foundry-compilers = { version = "0.3", optional = true } [dev-dependencies] tempfile = "3.8" @@ -45,4 +45,3 @@ openssl = ["reqwest/native-tls"] foundry-compilers = ["dep:foundry-compilers"] compilers-full = ["foundry-compilers?/full"] -compilers-tests = ["foundry-compilers?/tests"]