Skip to content

Commit 715a974

Browse files
committed
msrv
1 parent 2f7b112 commit 715a974

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,14 @@ jobs:
9595
cargo update -p openssl --precise 0.10.66
9696
cargo update -p openssl-sys --precise 0.9.103
9797
cargo update -p cargo_toml --precise 0.15.2
98-
cargo update -p libc --precise 0.2.163
99-
100-
- name: Downgrade crates with MSRV conflict (cli)
101-
if: ${{ matrix.project.name != 'core' }}
102-
env:
103-
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: fallback
104-
# The --precise flag can only be used once per invocation.
105-
# at least h2 and syn don't need the precise flag here with cargo 1.84
106-
run: |
107-
cargo update -p avif-serialize --precise 0.8.3
98+
cargo update -p libc:0.2 --precise 0.2.163
99+
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
108106

109107
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
110108
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)