Skip to content

Commit

Permalink
feat: remove unnecessary lifetime and announce msrv of 1.77.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu authored Apr 3, 2024
1 parent bd0dbc9 commit 07e8f8f
Show file tree
Hide file tree
Showing 15 changed files with 136 additions and 167 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
# - uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
# - uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
Expand All @@ -75,7 +75,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
# - uses: Swatinem/rust-cache@v1
Expand Down
Loading

0 comments on commit 07e8f8f

Please sign in to comment.