From 23db859239ea4fda5c15eb90f9683de7b788f358 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:16:03 +0100 Subject: [PATCH] chore: bump to 0.8.24 in tests --- .github/workflows/ci.yml | 2 +- src/compile/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 188773ce..4201e7d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] rust: ["stable", "1.65"] - flags: ["--no-default-features", "", "--all-features"] + flags: ["", "--all-features"] exclude: # Skip because some features have highest MSRV. - rust: "1.65" # MSRV diff --git a/src/compile/mod.rs b/src/compile/mod.rs index e8d1a125..97a67024 100644 --- a/src/compile/mod.rs +++ b/src/compile/mod.rs @@ -888,7 +888,7 @@ mod tests { (">=0.4.0 <0.5.0", "0.4.26"), // latest - this has to be updated every time a new version is released. // Requires the SVM version list to be updated as well. - (">=0.5.0", "0.8.23"), + (">=0.5.0", "0.8.24"), ] { let source = source(pragma); let res = Solc::detect_version(&source).unwrap();