From debd1dd153bf7f4bfbfecdebb39b7afa426cdd47 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 20 Dec 2021 21:15:56 +0100 Subject: [PATCH] chore(solc): bump latest solc version (#720) --- ethers-solc/src/compile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-solc/src/compile.rs b/ethers-solc/src/compile.rs index 8f88d2af..c73ab41a 100644 --- a/ethers-solc/src/compile.rs +++ b/ethers-solc/src/compile.rs @@ -619,7 +619,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.10"), + (">=0.5.0", "0.8.11"), // range (">=0.4.0 <0.5.0", "0.4.26"), ]