chore: Release

This commit is contained in:
Kat Marchán 2024-02-03 20:27:47 -08:00
parent e515a3c0ec
commit 9419397a95
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 = "6.0.0"
version = "6.0.1"
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"]
@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]
[dependencies]
thiserror = "1.0.40"
miette-derive = { path = "miette-derive", version = "=6.0.0", optional = true }
miette-derive = { path = "miette-derive", version = "=6.0.1", optional = true }
unicode-width = "0.1.9"
owo-colors = { version = "3.4.0", optional = true }

View File

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