Skip to content

Commit 9878717

Browse files
authored
Merge pull request #470 from Sarrus1/fix/completions
fix completions
2 parents b8acdce + 04e9646 commit 9878717

File tree

110 files changed

+9016
-63328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+9016
-63328
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cargo search cargo-audit | grep '^cargo-audit' | awk '{gsub(/"/,"",$3); print $3}' > .github/caching/cargo-audit.lock
7272
- name: Cache cargo-audit/bin
7373
id: cache-cargo-audit
74-
uses: actions/cache@v1
74+
uses: actions/cache@v4
7575
with:
7676
path: ${{ runner.tool_cache }}/cargo-audit/bin
7777
key: cargo-audit-bin-${{ hashFiles('.github/caching/cargo-audit.lock') }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Release Notes
22

3+
## [0.13.10]
4+
5+
### Fixed
6+
7+
- Fixed an error when parsing event names.
8+
- Fixed a few offset issues in the preprocessor.
9+
310
## [0.13.9]
411

512
### Fixed

0 commit comments

Comments
 (0)