(cargo-release) version 3.0.1

This commit is contained in:
Kat Marchán 2021-09-26 13:03:44 -07:00
parent 46ec74b085
commit f0e4071a99
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ exclude = ["images/", "tests/", "miette-derive/"]
[dependencies]
thiserror = "1.0.26"
miette-derive = { path = "miette-derive", version = "=3.0.0"}
miette-derive = { path = "miette-derive", version = "=3.0.1"}
once_cell = "1.8.0"
owo-colors = { version = "2.1.0", optional = true }

View File

@ -1,6 +1,6 @@
[package]
name = "miette-derive"
version = "3.0.0"
version = "3.0.1"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
license = "Apache-2.0"