File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments