feat: Enable annotate-snippets' simd feature

This commit is contained in:
Scott Schafer
2025-11-18 11:17:09 -07:00
parent 7c2c3c0ded
commit 60427ac5be
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44baf24dd94e781f74dfe67ffee75a09a57971ddf0f615a178b4f6d404b48ff"
dependencies = [
"anstyle",
"memchr",
"unicode-width 0.2.2",
]
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
# tidy-alphabetical-start
annotate-snippets = "0.12.9"
annotate-snippets = { version = "0.12.9", features = ["simd"] }
anstream = "0.6.20"
anstyle = "1.0.13"
derive_setters = "0.1.6"