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 8de6a66 commit 0b9a2f9Copy full SHA for 0b9a2f9
.github/workflows/covector-version-or-publish-v1.yml
@@ -97,13 +97,14 @@ jobs:
97
cargo update -p cargo_toml --precise 0.15.2
98
cargo update -p shared_child --precise 1.0.0
99
cargo update -p libc:0.2 --precise 0.2.163
100
+ cargo update -p os_pipe --precise 1.1.5
101
102
- name: Downgrade crates with MSRV conflict (bundler)
103
if: ${{ matrix.project.name != 'core' }}
104
env:
105
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
106
run: |
- cargo update -p avif-serialize:0.8.4 --precise 0.8.2
107
+ cargo update -p avif-serialize --precise 0.8.2
108
109
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
110
uses: dtolnay/rust-toolchain@master
0 commit comments