Skip to content

Commit

Permalink
Multiple file output (#166)
Browse files Browse the repository at this point in the history
feat: multiple file output
  • Loading branch information
darrell-roberts authored May 1, 2024
1 parent 9635751 commit 11ef8a8
Show file tree
Hide file tree
Showing 38 changed files with 2,152 additions and 738 deletions.
1 change: 0 additions & 1 deletion .clippy.toml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
rust:
- stable
- 1.57.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -33,7 +32,6 @@ jobs:
matrix:
rust:
- stable
- 1.57.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -50,7 +48,6 @@ jobs:
matrix:
rust:
- stable
- 1.57.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update 1.57 --no-self-update && rustup default 1.57
run: rustup update stable --no-self-update && rustup default stable
- name: Install cargo-dist
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.4/cargo-dist-v0.0.4-installer.sh | sh
- id: create-release
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update 1.57 --no-self-update && rustup default 1.57
run: rustup update stable --no-self-update && rustup default stable
- name: Install cargo-dist
run: ${{ matrix.install-dist }}
- name: Run cargo-dist
Expand Down
Loading

0 comments on commit 11ef8a8

Please sign in to comment.