mirror of https://github.com/zkat/miette.git
chore: Release
This commit is contained in:
parent
ea12e3f781
commit
541dfcd74b
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "miette"
|
||||
version = "6.0.1"
|
||||
version = "7.0.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"]
|
||||
|
|
@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]
|
|||
|
||||
[dependencies]
|
||||
thiserror = "1.0.56"
|
||||
miette-derive = { path = "miette-derive", version = "=6.0.1", optional = true }
|
||||
miette-derive = { path = "miette-derive", version = "=7.0.0", optional = true }
|
||||
unicode-width = "0.1.11"
|
||||
|
||||
owo-colors = { version = "4.0.0", optional = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "miette-derive"
|
||||
version = "6.0.1"
|
||||
version = "7.0.0"
|
||||
authors = ["Kat Marchán <kzm@zkat.tech>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue