Skip to content

Commit 06d1cd3

Browse files
committed
Update seq-macro dependency
1 parent 8393dd1 commit 06d1cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["search", "text", "string", "single", "simd"]
1212
[dependencies]
1313
memchr = "2.3"
1414
multiversion = { version = "0.6", default-features = false }
15-
seq-macro = "0.2"
15+
seq-macro = "0.3"
1616

1717
[dev-dependencies]
1818
cfg-if = "1"

src/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ pub enum DynamicAvx2Searcher<N: Needle> {
441441

442442
macro_rules! array {
443443
($c:ident, $S:literal) => [seq!(N in 0..$S {
444-
[ #( $c #N, )* ]
444+
[ #( $c~N, )* ]
445445
})];
446446
}
447447

0 commit comments

Comments
 (0)