mirror of https://github.com/zkat/miette.git
unfuck ci?
This commit is contained in:
parent
e9e63a0e74
commit
b8bc2ed825
|
|
@ -13,7 +13,7 @@ rust-version = "1.56.0"
|
||||||
exclude = ["images/", "tests/", "miette-derive/"]
|
exclude = ["images/", "tests/", "miette-derive/"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.26"
|
thiserror = "1.0.40"
|
||||||
miette-derive = { path = "miette-derive", version = "=5.6.0" }
|
miette-derive = { path = "miette-derive", version = "=5.6.0" }
|
||||||
once_cell = "1.8.0"
|
once_cell = "1.8.0"
|
||||||
unicode-width = "0.1.9"
|
unicode-width = "0.1.9"
|
||||||
|
|
@ -35,7 +35,7 @@ futures = { version = "0.3", default-features = false }
|
||||||
indenter = "0.3.0"
|
indenter = "0.3.0"
|
||||||
rustversion = "1.0"
|
rustversion = "1.0"
|
||||||
trybuild = { version = "1.0.19", features = ["diff"] }
|
trybuild = { version = "1.0.19", features = ["diff"] }
|
||||||
syn = { version = "1.0", features = ["full"] }
|
syn = { version = "2.0", features = ["full"] }
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue