Skip to content

Commit

Permalink
Merge pull request #263 from xFrednet/000-update-deps
Browse files Browse the repository at this point in the history
uitest: Update `ui_test` from `v0.11.7` to `v0.21.2` and other deps
  • Loading branch information
xFrednet committed Sep 28, 2023
2 parents c238fb7 + 33c3c02 commit 9ca94cb
Show file tree
Hide file tree
Showing 11 changed files with 323 additions and 191 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
--workspace
--exclude marker_rustc_driver
--exclude marker_lints
--exclude marker_uitest
# Check for unused dependencies that uses simple regex search,
# meaning it's ⚡️ blazingly ⚡️ fast
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ See the [v0.3.0 milestone] for a full list of all changes.
[#245]: https://github.com/rust-marker/marker/pull/245
[#252]: https://github.com/rust-marker/marker/pull/252
[#256]: https://github.com/rust-marker/marker/pull/256
[#263]: https://github.com/rust-marker/marker/pull/263

### Added
- [#232]: Add scope config for visitors and `for_each_expr` to `marker_utils`
Expand All @@ -48,6 +49,7 @@ See the [v0.3.0 milestone] for a full list of all changes.
- [#241]: Renamed `QuestionMarkExpr` -> `TryExpr`
- [#244]: `StmtKind` and `PatKind` no longer wrap `Kind*` directly
- [#245]: `emit_lint()` takes less arguments and returns a `DiagnosticBuilder` instance
- [#263]: Updated the [`ui_test`](https://crates.io/crates/ui_test) used by `marker_uitest` from `v0.11.7` to `v0.21.2`

### Internal

Expand Down
Loading

0 comments on commit 9ca94cb

Please sign in to comment.