Skip to content

Commit 5d4b262

Browse files
committedFeb 4, 2024
chore: Release
1 parent 52b3240 commit 5d4b262

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miette"
3-
version = "5.10.0"
3+
version = "6.0.0"
44
authors = ["Kat Marchán <kzm@zkat.tech>"]
55
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
66
categories = ["rust-patterns"]
@@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]
1414

1515
[dependencies]
1616
thiserror = "1.0.40"
17-
miette-derive = { path = "miette-derive", version = "=5.10.0", optional = true }
17+
miette-derive = { path = "miette-derive", version = "=6.0.0", optional = true }
1818
unicode-width = "0.1.9"
1919

2020
owo-colors = { version = "3.4.0", optional = true }

‎miette-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miette-derive"
3-
version = "5.10.0"
3+
version = "6.0.0"
44
authors = ["Kat Marchán <kzm@zkat.tech>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)
Failed to load comments.