mirror of https://github.com/zkat/miette.git
refactor(miette): make `thiserror` a dev-dependency
This commit is contained in:
parent
53c8330f21
commit
fdf0cd9b3e
|
|
@ -13,7 +13,6 @@ rust-version = "1.70.0"
|
|||
exclude = ["images/", "tests/", "miette-derive/"]
|
||||
|
||||
[dependencies]
|
||||
thiserror = "2.0.11"
|
||||
miette-derive = { path = "miette-derive", version = "=7.5.0", optional = true }
|
||||
unicode-width = "0.1.11"
|
||||
cfg-if = "1.0.0"
|
||||
|
|
@ -30,6 +29,7 @@ serde = { version = "1.0.196", features = ["derive"], optional = true }
|
|||
syntect = { version = "5.1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
thiserror = "2.0.11"
|
||||
semver = "1.0.21"
|
||||
|
||||
# Eyre devdeps
|
||||
|
|
|
|||
Loading…
Reference in New Issue