We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c197859 commit 9f1e1b8Copy full SHA for 9f1e1b8
.github/workflows/covector-version-or-publish-v1.yml
@@ -107,6 +107,9 @@ jobs:
107
cd tooling/bundler
108
cargo update -p avif-serialize --precise 0.8.3
109
cargo update -p zune-jpeg --precise 0.4.14
110
+ cd ../cli
111
+ cargo update -p avif-serialize --precise 0.8.3
112
+ cargo update -p zune-jpeg --precise 0.4.14
113
114
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
115
uses: dtolnay/rust-toolchain@master
0 commit comments