Skip to content

Commit dcd111e

Browse files
committed
CI: Add Cargo.lock files
1 parent 5d15002 commit dcd111e

File tree

3 files changed

+358
-0
lines changed

3 files changed

+358
-0
lines changed

.ci-Cargo.lock-1.22.0

Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci-Cargo.lock-1.31.0

Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- name: Set up Rust ${{ matrix.rust-version }}
2323
run: rustup toolchain install ${{ matrix.rust-version }} --profile minimal
24+
- name: Import fixed Cargo.lock file
25+
run: if [ -e .ci-Cargo.lock-${{ matrix.rust-version }} ]; then cp .ci-Cargo.lock-${{ matrix.rust-version }} Cargo.lock; fi
2426
- name: Build
2527
run: cargo build --verbose
2628
- name: Run tests

0 commit comments

Comments
 (0)