Skip to content

Commit

Permalink
fix: Fix shims not being found. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored May 9, 2023
1 parent aba551e commit 42a1a02
Show file tree
Hide file tree
Showing 17 changed files with 188 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v0
with:
bins: nextest
bins: cargo-nextest
- run: cargo nextest run --workspace
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Unreleased

#### 🐞 Fixes

- Fixed an issue where shim files would sometimes not be found.

#### ⚙️ Internal

- Updated Cargo dependencies.
- Updated to `cargo-dist` v0.0.6.

## 0.8.2

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit 42a1a02

Please sign in to comment.