Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Aug 21, 2021
1 parent 213ef9d commit 729ccd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miette"
version = "0.12.0"
version = "0.13.0"
authors = ["Kat Marchán <[email protected]>"]
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
categories = ["rust-patterns"]
Expand All @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
thiserror = "1.0.26"
miette-derive = { version = "=0.12.0", path = "miette-derive" }
miette-derive = { version = "=0.13.0", path = "miette-derive" }
once_cell = "1.8.0"
owo-colors = "2.0.0"
atty = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion miette-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miette-derive"
version = "0.12.0"
version = "0.13.0"
authors = ["Kat Marchán <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 729ccd3

Please sign in to comment.