We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382f480 commit 40876cdCopy full SHA for 40876cd
.github/workflows/coverage.yaml
@@ -35,6 +35,8 @@ jobs:
35
if: runner.os == 'Linux'
36
37
- name: Check with clippy
38
+ env:
39
+ CMAKE_FLAGS: "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
40
run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings
41
42
- name: Test default feature set
Cargo.toml
@@ -139,7 +139,7 @@ temp-dir = "0.1.14"
139
140
[package.metadata.parseable_ui]
141
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.0.0/build.zip"
142
-assets-sha1 = "4fafefb6f4cc37be2a108a98aa1bb2ddf1b9085e"
+assets-sha1 = "c74a27318100fab29ef07d433b2ad03f5a1185bf"
143
144
[features]
145
debug = []
0 commit comments