mirror of https://github.com/zkat/miette.git
(cargo-release) version 3.3.0
This commit is contained in:
parent
0445a4b69c
commit
bfaef933dd
|
|
@ -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 = "=3.2.1-alpha.0"}
|
miette-derive = { path = "miette-derive", version = "=3.3.0"}
|
||||||
once_cell = "1.8.0"
|
once_cell = "1.8.0"
|
||||||
|
|
||||||
owo-colors = { version = "3.0.0", optional = true }
|
owo-colors = { version = "3.0.0", optional = true }
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "miette-derive"
|
name = "miette-derive"
|
||||||
version = "3.2.1-alpha.0"
|
version = "3.3.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"
|
||||||
description = "Derive macros for miette. Like `thiserror` for Diagnostics."
|
description = "Derive macros for miette. Like `thiserror` for Diagnostics."
|
||||||
repository = "https://github.com/zkat/miette"
|
repository = "https://github.com/zkat/miette"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue