Skip to content

Commit 40876cd

Browse files
chore: update sha to new PrismUI release (#1282)
1 parent 382f480 commit 40876cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/coverage.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
if: runner.os == 'Linux'
3636

3737
- name: Check with clippy
38+
env:
39+
CMAKE_FLAGS: "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
3840
run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings
3941

4042
- name: Test default feature set

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ temp-dir = "0.1.14"
139139

140140
[package.metadata.parseable_ui]
141141
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.0.0/build.zip"
142-
assets-sha1 = "4fafefb6f4cc37be2a108a98aa1bb2ddf1b9085e"
142+
assets-sha1 = "c74a27318100fab29ef07d433b2ad03f5a1185bf"
143143

144144
[features]
145145
debug = []

0 commit comments

Comments
 (0)