Skip to content

Commit 5b1cab4

Browse files
committed
fix(syntect): Update a windows minimal dep
1 parent 21b13fa commit 5b1cab4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstyle-syntect/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ syntect = { version = "5.2.0", default-features = false }
2929

3030
[target.'cfg(any())'.dependencies]
3131
thiserror = "1.0.2" # HACK: bad minimal dep in syntect
32+
same-file = "1.0.6" # HACK: bad mininal dep somewhere
3233

3334
[lints]
3435
workspace = true

0 commit comments

Comments
 (0)