Skip to content

Commit

Permalink
Commit Rust 1.60 compatible Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro authored and barrbrain committed Jan 15, 2023
1 parent 7f58549 commit 0ce6ff5
Show file tree
Hide file tree
Showing 5 changed files with 3,293 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,6 @@ jobs:
toolchain: stable
override: true

- name: Create Cargo.lock
run: cargo update

- name: Get the version
if: startsWith(github.ref, 'refs/tags/v')
id: tagName
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
rustfmt-clippy:

runs-on: ubuntu-22.04

steps:
Expand Down Expand Up @@ -134,9 +133,8 @@ jobs:
if: matrix.conf == 'grcov-codecov'
run: |
rustup component add llvm-tools-preview
- name: Generate Cargo.lock and Cargo.version
- name: Generate Cargo.version for cache key
run: |
cargo update
cargo --version > Cargo.version
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down Expand Up @@ -299,9 +297,8 @@ jobs:
override: true
target: ${{ matrix.target }}
default: true
- name: Generate Cargo.lock and Cargo.version
- name: Generate Cargo.version for cache key
run: |
cargo update
cargo --version > Cargo.version
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down Expand Up @@ -380,9 +377,8 @@ jobs:
$CARGO_C_FILE = "cargo-c-windows-msvc"
curl -LO "$LINK/$CARGO_C_FILE.zip"
7z e -y "$CARGO_C_FILE.zip" -o"${env:USERPROFILE}\.cargo\bin"
- name: Generate Cargo.lock and Cargo.version
- name: Generate Cargo.version for cache key
run: |
cargo update
cargo --version > Cargo.version
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
aom_test
target/
Cargo.lock
*.y4m
*.ivf
*.png
Expand Down
Loading

0 comments on commit 0ce6ff5

Please sign in to comment.