chore: Release

This commit is contained in:
Kat Marchán 2025-04-26 21:52:05 -07:00
parent 34b8774b36
commit 907857058d
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "miette"
version = "7.5.0"
version = "7.6.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
categories = ["rust-patterns"]
@ -13,7 +13,7 @@ rust-version = "1.70.0"
exclude = ["images/", "tests/", "miette-derive/"]
[dependencies]
miette-derive = { path = "miette-derive", version = "=7.5.0", optional = true }
miette-derive = { path = "miette-derive", version = "=7.6.0", optional = true }
unicode-width = "0.1.11"
cfg-if = "1.0.0"

View File

@ -1,6 +1,6 @@
[package]
name = "miette-derive"
version = "7.5.0"
version = "7.6.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
license = "Apache-2.0"