Skip to content

Commit def0d8e

Browse files
authored
Fix MSRV build (#276)
1 parent 9a2a8d2 commit def0d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
cargo update -p zune-jpeg --precise 0.4.14
103103
cargo update -p half --precise 2.4.1
104104
cargo update -p bumpalo --precise 3.14.0
105+
cargo update -p rayon --precise 1.10.0
106+
cargo update -p rayon-core --precise 1.12.1
105107
106108
- name: Build crate
107109
shell: bash

0 commit comments

Comments
 (0)