(cargo-release) start next development iteration 2.1.3-alpha.0

This commit is contained in:
Kat Marchán 2021-09-09 20:40:10 -07:00
parent 30ac82cfe4
commit ea8561bd03
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] [dependencies]
thiserror = "1.0.26" thiserror = "1.0.26"
miette-derive = { path = "miette-derive", version = "=2.1.2"} miette-derive = { path = "miette-derive", version = "=2.1.3-alpha.0"}
once_cell = "1.8.0" once_cell = "1.8.0"
owo-colors = "2.0.0" owo-colors = "2.0.0"
atty = "0.2.14" atty = "0.2.14"

View File

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