Skip to content

Commit

Permalink
Update miette to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Feb 7, 2024
1 parent 09577ae commit af80605
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [beta, stable, 1.64.0]
rust: [beta, stable, 1.70.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@v1
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- The minimum supported rust version is now **1.70.0**.
- Updated the miette dependency to version [7.0.0](https://crates.io/crates/miette/7.0.0).

## [0.12.0] - 2023-09-01

### Changed
Expand Down
Loading

0 comments on commit af80605

Please sign in to comment.