Skip to content

Commit ffefa20

Browse files
committed
deps: bump simd to 0.2.1
The 0.2.1 release of simd includes a fix so that it can compile on the latest nightly. We needn't worry about semver here because simd is a nightly-only dependency.
1 parent 0375954 commit ffefa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ thread_local = "0.3.2"
2727
# For parsing regular expressions.
2828
regex-syntax = { path = "regex-syntax", version = "0.4.1" }
2929
# For accelerating text search.
30-
simd = { version = "0.1.1", optional = true }
30+
simd = { version = "0.2.1", optional = true }
3131
# For compiling UTF-8 decoding into automata.
3232
utf8-ranges = "1.0.0"
3333

0 commit comments

Comments
 (0)