Skip to content

Commit

Permalink
revert msrv bump. Change image dependency to git rev with msrv fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
superyu1337 committed Nov 18, 2024
1 parent d8a6f3d commit ae2bb1f
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
container: shssoichiro/av1an-ci:latest
steps:
- uses: actions/checkout@v4
- name: Install Rust 1.80.1
uses: dtolnay/rust-toolchain@1.80.1
- name: Install Rust 1.74.1
uses: dtolnay/rust-toolchain@1.74.1
- name: Build
run: cargo check --locked

Expand Down
Loading

0 comments on commit ae2bb1f

Please sign in to comment.