From 9aa593ed38b4f4005a68712fce9c9e0c152acbe4 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 20 Dec 2021 18:33:09 +0100 Subject: [PATCH] chore(solc): bump latest solc version --- 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 8f88d2af7..c73ab41a8 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"), ]