Skip to content

Commit 4d45884

Browse files
committed
0.10.0
1 parent ad2bd94 commit 4d45884

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Kat Marchán <[email protected]>"]
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 @@ edition = "2018"
1313
[dependencies]
1414
indenter = "0.3.3"
1515
thiserror = "1.0.26"
16-
miette-derive = { version = "=0.9.0", path = "miette-derive" }
16+
miette-derive = { version = "=0.10.0", path = "miette-derive" }
1717

1818
[dev-dependencies]
1919
thiserror = "1.0.26"

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 = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Kat Marchán <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)