Skip to content

Commit c06d158

Browse files
committed
msrv
1 parent 715a974 commit c06d158

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,13 @@ jobs:
9797
cargo update -p cargo_toml --precise 0.15.2
9898
cargo update -p libc:0.2 --precise 0.2.163
9999
100-
# - name: Downgrade crates with MSRV conflict (bundler)
101-
# if: ${{ matrix.project.name != 'core' }}
102-
# env:
103-
# CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
104-
# run: |
105-
# cargo update -p avif-serialize --precise 0.8.3
100+
- name: Downgrade crates with MSRV conflict (bundler)
101+
if: ${{ matrix.project.name != 'core' }}
102+
env:
103+
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
104+
run: |
105+
cargo update -p image --precise 0.25.5
106+
cargo update -p avif-serialize --precise 0.8.3
106107
107108
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
108109
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)