Skip to content

Commit 04622c5

Browse files
author
DvirDukhan
committed
avoid std in regex
1 parent bf29346 commit 04622c5

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
@@ -121,7 +121,7 @@ bitflags = "2"
121121
libc = "0.2"
122122
enum-primitive-derive = "^0.1"
123123
num-traits = "^0.2"
124-
regex = "1"
124+
regex = {version ="1" , features = ["perf", "unicode"]}
125125
strum_macros = "0.24"
126126
backtrace = "0.3"
127127
linkme = "0.3"

0 commit comments

Comments
 (0)