diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 873052bf8..b15ce9964 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -35,6 +35,8 @@ jobs: if: runner.os == 'Linux' - name: Check with clippy + env: + CMAKE_FLAGS: "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings - name: Test default feature set diff --git a/Cargo.toml b/Cargo.toml index d0074d2e9..ce13cf6c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ temp-dir = "0.1.14" [package.metadata.parseable_ui] assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.0.0/build.zip" -assets-sha1 = "4fafefb6f4cc37be2a108a98aa1bb2ddf1b9085e" +assets-sha1 = "c74a27318100fab29ef07d433b2ad03f5a1185bf" [features] debug = []