Skip to content

Commit fd32a0a

Browse files
committed
ci: workaround half crate msrv
1 parent 07e7f82 commit fd32a0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
- name: workaround MSRV issues
7070
if: matrix.version.name == 'msrv'
7171
run: |
72+
cargo update -p=ciborium --precise=0.2.1
73+
cargo update -p=ciborium-ll --precise=0.2.1
7274
cargo update -p=time --precise=0.3.16
7375
cargo update -p=clap --precise=4.3.24
7476
cargo update -p=clap_lex --precise=0.5.0

0 commit comments

Comments
 (0)