Skip to content

Commit 9078570

Browse files
committed
chore: Release
1 parent 34b8774 commit 9078570

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miette"
3-
version = "7.5.0"
3+
version = "7.6.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"]
@@ -13,7 +13,7 @@ rust-version = "1.70.0"
1313
exclude = ["images/", "tests/", "miette-derive/"]
1414

1515
[dependencies]
16-
miette-derive = { path = "miette-derive", version = "=7.5.0", optional = true }
16+
miette-derive = { path = "miette-derive", version = "=7.6.0", optional = true }
1717
unicode-width = "0.1.11"
1818
cfg-if = "1.0.0"
1919

miette-derive/Cargo.toml

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

0 commit comments

Comments
 (0)