Skip to content

Commit 60427ac

Browse files
committed
feat: Enable annotate-snippets' simd feature
1 parent 7c2c3c0 commit 60427ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
8585
checksum = "a44baf24dd94e781f74dfe67ffee75a09a57971ddf0f615a178b4f6d404b48ff"
8686
dependencies = [
8787
"anstyle",
88+
"memchr",
8889
"unicode-width 0.2.2",
8990
]
9091

compiler/rustc_errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
annotate-snippets = "0.12.9"
8+
annotate-snippets = { version = "0.12.9", features = ["simd"] }
99
anstream = "0.6.20"
1010
anstyle = "1.0.13"
1111
derive_setters = "0.1.6"

0 commit comments

Comments
 (0)