From 0bf9665d987e08c8c3e1a8e097a0421cca006d46 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 8 Aug 2022 22:01:29 +0200 Subject: [PATCH] chore: update max solc version 0.8.16 (#1578) --- 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 4fe6bf5a..dde89f04 100644 --- a/ethers-solc/src/compile/mod.rs +++ b/ethers-solc/src/compile/mod.rs @@ -823,7 +823,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.15"), + (">=0.5.0", "0.8.16"), // range (">=0.4.0 <0.5.0", "0.4.26"), ]