Skip to content

Commit 0b9a2f9

Browse files
committed
msrv
1 parent 8de6a66 commit 0b9a2f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/covector-version-or-publish-v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,14 @@ jobs:
9797
cargo update -p cargo_toml --precise 0.15.2
9898
cargo update -p shared_child --precise 1.0.0
9999
cargo update -p libc:0.2 --precise 0.2.163
100+
cargo update -p os_pipe --precise 1.1.5
100101
101102
- name: Downgrade crates with MSRV conflict (bundler)
102103
if: ${{ matrix.project.name != 'core' }}
103104
env:
104105
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
105106
run: |
106-
cargo update -p avif-serialize:0.8.4 --precise 0.8.2
107+
cargo update -p avif-serialize --precise 0.8.2
107108
108109
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
109110
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)