mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
feat: Enable annotate-snippets' simd feature
This commit is contained in:
@@ -85,6 +85,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a44baf24dd94e781f74dfe67ffee75a09a57971ddf0f615a178b4f6d404b48ff"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"memchr",
|
||||
"unicode-width 0.2.2",
|
||||
]
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user