Skip to content

Commit caa6a08

Browse files
committed
Pin half version to work with msrv 1.72
1 parent 3abb561 commit caa6a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Pin crates to versions for MSRV
3939
run: |
40-
[[ ${{ matrix.toolchain }} != 1.72.0 ]] || (cargo update -p boring --precise 4.13.0 && cargo update -p litemap --precise 0.7.4 && cargo update -p zerofrom --precise 0.1.5)
40+
[[ ${{ matrix.toolchain }} != 1.72.0 ]] || (cargo update -p boring --precise 4.13.0 && cargo update -p litemap --precise 0.7.4 && cargo update -p zerofrom --precise 0.1.5 && cargo update -p half --precise 2.4.1)
4141
4242
- name: Run cargo fmt
4343
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)