Skip to content

Commit 78fe18e

Browse files
committedMar 14, 2023
chore: Release
1 parent 2335b25 commit 78fe18e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5.1-alpha.0"
3+
version = "5.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"]
@@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]
1414

1515
[dependencies]
1616
thiserror = "1.0.26"
17-
miette-derive = { path = "miette-derive", version = "=5.5.1-alpha.0"}
17+
miette-derive = { path = "miette-derive", version = "=5.6.0" }
1818
once_cell = "1.8.0"
1919
unicode-width = "0.1.9"
2020

‎miette-derive/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "miette-derive"
3-
version = "5.5.1-alpha.0"
3+
version = "5.6.0"
44
authors = ["Kat Marchán <kzm@zkat.tech>"]
55
edition = "2018"
66
license = "Apache-2.0"
77
description = "Derive macros for miette. Like `thiserror` for Diagnostics."
88
repository = "https://github.com/zkat/miette"
9-
9+
1010
[lib]
1111
proc-macro = true
12-
12+
1313
[dependencies]
1414
proc-macro2 = "1.0"
1515
quote = "1.0"

0 commit comments

Comments
 (0)
Failed to load comments.