Codebase list rust-stfu8 / b6e7d1f
relax the memchr dep Sylvestre Ledru 4 years ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: bstr/Cargo.toml
1 ===================================================================
2 --- bstr.orig/Cargo.toml
3 +++ bstr/Cargo.toml
4 @@ -33,7 +33,7 @@ version = "1.2"
5 optional = true
6
7 [dependencies.memchr]
8 -version = "2.1.2"
9 +version = "2.2.1"
10 default-features = false
11
12 [dependencies.regex-automata]
0 increase-dep-memchr.diff