From d77f92519cce4db3cd5f1821ee7a426f2d1e2a42 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 18 May 2022 16:49:08 +0200 Subject: [PATCH] chore: bump latest solc release (#1282) --- ethers-solc/src/compile/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-solc/src/compile/mod.rs b/ethers-solc/src/compile/mod.rs index 74a98915..7c3a77fd 100644 --- a/ethers-solc/src/compile/mod.rs +++ b/ethers-solc/src/compile/mod.rs @@ -804,7 +804,7 @@ mod tests { // update this test whenever there's a new sol // version. that's ok! good reminder to check the // patch notes. - (">=0.5.0", "0.8.13"), + (">=0.5.0", "0.8.14"), // range (">=0.4.0 <0.5.0", "0.4.26"), ]