Skip to content

Commit

Permalink
chore(syntect): Fix minimal-versions hack
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 26, 2024
1 parent 9a98240 commit 2dfbe52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/anstyle-syntect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ pre-release-replacements = [
[dependencies]
anstyle = { version = "1.0.0", path = "../anstyle" }
syntect = { version = "5.0.0", default-features = false }
thiserror = "1.0.2" # workaround bad minimal dep in syntect

[target.'cfg(any())'.dependencies]
thiserror = "1.0.2" # HACK: bad minimal dep in syntect

[lints]
workspace = true

0 comments on commit 2dfbe52

Please sign in to comment.