Skip to content

Commit

Permalink
Update to miette 7.0.0 (#47)
Browse files Browse the repository at this point in the history
* Increase MSRV to 1.70.0

* Update to miette 7.0.0
  • Loading branch information
andrewhickman authored Feb 7, 2024
1 parent a248e3c commit c9fc45f
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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.5.1] - 2023-11-02

### Added
Expand Down
Loading

0 comments on commit c9fc45f

Please sign in to comment.