We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
half
1 parent 3abb561 commit caa6a08Copy full SHA for caa6a08
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Pin crates to versions for MSRV
39
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)
+ [[ ${{ 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)
41
42
- name: Run cargo fmt
43
run: cargo fmt --all -- --check
0 commit comments