Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
with:
toolchain: stable
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: Run release-plz
uses: MarcoIeni/[email protected].116
uses: MarcoIeni/[email protected].117
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: taiki-e/install-action@v2.61.2
- uses: taiki-e/install-action@v2.62.15
with:
tool: cargo-hack
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: build
run: cargo hack build --feature-powerset
test:
Expand All @@ -34,10 +34,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: taiki-e/install-action@v2.61.2
- uses: taiki-e/install-action@v2.62.15
with:
tool: cargo-hack
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: test
run: cargo hack test --feature-powerset --exclude-features failing_tests
clippy:
Expand All @@ -49,21 +49,21 @@ jobs:
with:
toolchain: stable
components: clippy
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: clippy
run: cargo clippy --all-features --all-targets --no-deps
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: fmt
run: cargo fmt --check
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: doc
run: cargo doc --all-features
# minimal:
Expand All @@ -81,7 +81,7 @@ jobs:
# toolchain: nightly
# - name: rustup default stable
# run: rustup default stable
# - uses: Swatinem/[email protected].0
# - uses: Swatinem/[email protected].1
# - name: cargo update -Zminimal-versions
# run: cargo +nightly update -Zminimal-versions
# - name: cargo check
Expand All @@ -96,8 +96,8 @@ jobs:
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
with:
toolchain: stable
- uses: Swatinem/[email protected].0
- uses: taiki-e/install-action@v2.61.2
- uses: Swatinem/[email protected].1
- uses: taiki-e/install-action@v2.62.15
with:
tool: cargo-hack
- name: Default features
Expand All @@ -111,6 +111,6 @@ jobs:
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
with:
toolchain: stable
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: "Is lockfile updated?"
run: cargo update --workspace --locked