From 2fce943274f1d4b599f208303a786082dcb92460 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 5 Feb 2023 04:24:11 +0100 Subject: [PATCH] chore: bump solc test 0.8.18 (#2113) --- 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 b6a356e6..a00123c9 100644 --- a/ethers-solc/src/compile/mod.rs +++ b/ethers-solc/src/compile/mod.rs @@ -833,7 +833,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.17"), + (">=0.5.0", "0.8.18"), // range (">=0.4.0 <0.5.0", "0.4.26"), ]