Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 14, 2023
1 parent 2335b25 commit 78fe18e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "5.5.1-alpha.0"
version = "5.6.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
categories = ["rust-patterns"]
Expand All @@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]

[dependencies]
thiserror = "1.0.26"
miette-derive = { path = "miette-derive", version = "=5.5.1-alpha.0"}
miette-derive = { path = "miette-derive", version = "=5.6.0" }
once_cell = "1.8.0"
unicode-width = "0.1.9"

Expand Down
6 changes: 3 additions & 3 deletions miette-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "miette-derive"
version = "5.5.1-alpha.0"
version = "5.6.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
license = "Apache-2.0"
description = "Derive macros for miette. Like `thiserror` for Diagnostics."
repository = "https://github.com/zkat/miette"


[lib]
proc-macro = true


[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
Expand Down

0 comments on commit 78fe18e

Please sign in to comment.