Skip to content

Commit a18a644

Browse files
committedFeb 16, 2024
chore: Release
1 parent dc77b0c commit a18a644

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 = "7.0.0"
3+
version = "7.1.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.56"
17-
miette-derive = { path = "miette-derive", version = "=7.0.0", optional = true }
17+
miette-derive = { path = "miette-derive", version = "=7.1.0", optional = true }
1818
unicode-width = "0.1.11"
1919

2020
owo-colors = { version = "4.0.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 = "7.0.0"
3+
version = "7.1.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.