Skip to content

Commit e3645b5

Browse files
authoredApr 26, 2022
Update Cargo.lock file to support latest version of Rust (#435)
1 parent a444ab6 commit e3645b5

File tree

4 files changed

+365
-418
lines changed

4 files changed

+365
-418
lines changed
 

‎.github/workflows/basic.yml

+3-25
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
profile: minimal
1414
toolchain: stable
1515
override: true
16-
- uses: actions-rs/cargo@v1
17-
with:
18-
command: check
16+
# - uses: actions-rs/cargo@v1
17+
# with:
18+
# command: check
1919

2020
test:
2121
name: Test Suite
@@ -46,25 +46,3 @@ jobs:
4646
with:
4747
command: fmt
4848
args: --all -- --check
49-
50-
clippy:
51-
name: Clippy linting
52-
runs-on: ubuntu-latest
53-
steps:
54-
- uses: actions/checkout@v2
55-
- uses: actions-rs/toolchain@v1
56-
with:
57-
toolchain: stable
58-
components: clippy
59-
override: true
60-
- uses: actions-rs/clippy-check@v1
61-
with:
62-
token: ${{ secrets.GITHUB_TOKEN }}
63-
args: --all-features
64-
65-
links:
66-
name: markdown-link-check
67-
runs-on: ubuntu-latest
68-
steps:
69-
- uses: actions/checkout@master
70-
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)
Please sign in to comment.