Skip to content

Commit

Permalink
[target-spec-miette] update to miette 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 5, 2024
1 parent 8c52131 commit eabcae8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ members = [
[workspace.dependencies]
ahash = "0.8.7"
guppy-workspace-hack = "0.1.0"
miette = "7.0.0"

[workspace.package]
rust-version = "1.73"
Expand Down
8 changes: 8 additions & 0 deletions target-spec-miette/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0] - 2024-02-05

### Changed

- Updated to miette 7.
- MSRV updated to Rust 1.73.

## [0.3.0] - 2023-06-25

### Changed
Expand All @@ -17,6 +24,7 @@

Initial release with support for miette 5.

[0.4.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-miette-0.4.0
[0.3.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-miette-0.3.0
[0.2.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-miette-0.2.0
[0.1.0]: https://github.com/guppy-rs/guppy/releases/tag/target-spec-miette-0.1.0
2 changes: 1 addition & 1 deletion target-spec-miette/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ rust-version.workspace = true

[dependencies]
target-spec = { version = "3.1.0", path = "../target-spec" }
miette = "5.10.0"
miette.workspace = true
guppy-workspace-hack.workspace = true
2 changes: 1 addition & 1 deletion target-spec-miette/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ produces. This can be used to pretty-print errors returned by target-spec.

### Minimum supported Rust version

The minimum supported Rust version (MSRV) is **Rust 1.58**. While this crate is in pre-release
The minimum supported Rust version (MSRV) is **Rust 1.73**. While this crate is in pre-release
status (0.x), The MSRV may be bumped in patch releases.

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion target-spec-miette/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! ## Minimum supported Rust version
//!
//! The minimum supported Rust version (MSRV) is **Rust 1.58**. While this crate is in pre-release
//! The minimum supported Rust version (MSRV) is **Rust 1.73**. While this crate is in pre-release
//! status (0.x), The MSRV may be bumped in patch releases.
#![warn(missing_docs)]
Expand Down

0 comments on commit eabcae8

Please sign in to comment.