Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update regex #190

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
with:
tool: cargo-deny@0.16.1, cargo-udeps@0.1.50, cargo-hack@0.6.31
tool: cargo-deny@0.16.3, cargo-udeps@0.1.53, cargo-hack@0.6.33
- name: Install Rust linters
run: rustup component add clippy rustfmt
- name: Run checks
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
with:
tool: cargo-hack@0.6.31
tool: cargo-hack@0.6.33
- name: Run tests
run: cargo hack --feature-powerset test --locked
coverage:
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Install development tools
uses: taiki-e/install-action@58a3efb22c892c0e7d722787ab604b97b62ac694
with:
tool: cargo-llvm-cov@0.6.13, cargo-hack@0.6.31
tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.33
- name: Create directories
run: mkdir -p target/llvm-cov/lcov
- name: Generate code coverage
Expand Down
Loading