mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
fix(serve): Bump thiserror version req
This commit is contained in:
parent
c90a05cfd4
commit
ac5646a7fe
2 changed files with 4 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -623,6 +623,7 @@ name = "engarde"
|
|||
version = "0.1.10"
|
||||
dependencies = [
|
||||
"syntect",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -36,5 +36,8 @@ optional = true
|
|||
default-features = false
|
||||
features = ["parsing", "regex-fancy", "default-syntaxes", "default-themes", "html", "dump-load", "yaml-load"]
|
||||
|
||||
[target.'cfg(any())'.dependencies]
|
||||
thiserror = "1.0.2" # HACK: bad minimal dep in syntect
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Reference in a new issue