Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 4, 2024
1 parent e515a3c commit cf2d8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion miette-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cf2d8c0

Please sign in to comment.