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