mirror of https://github.com/zkat/miette.git
(cargo-release) start next development iteration 4.0.1-alpha.0
This commit is contained in:
parent
d62b679fce
commit
8845ee0c7b
|
|
@ -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 = "=4.0.0"}
|
miette-derive = { path = "miette-derive", version = "=4.0.1-alpha.0"}
|
||||||
once_cell = "1.8.0"
|
once_cell = "1.8.0"
|
||||||
unicode-width = "0.1.9"
|
unicode-width = "0.1.9"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "miette-derive"
|
name = "miette-derive"
|
||||||
version = "4.0.0"
|
version = "4.0.1-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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue