Skip to content

Commit 73f97fb

Browse files
committed
Fix CI MSRV
1 parent 92cc1eb commit 73f97fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: Pin deps that break MSRV
9999
if: matrix.rust_version == '1.71.0'
100100
run: |
101+
cargo update -p half --precise 2.4.1
101102
cargo update -p bumpalo --precise 3.14.0
102103
103104
- name: Build crate

0 commit comments

Comments
 (0)