Merge pull request #1660 from alex-pinkus/expanded-regex-support
Expand regex support to include emojis and binary ops
This commit is contained in:
commit
9866674cf8
7 changed files with 172 additions and 22 deletions
|
|
@ -32,6 +32,7 @@ lazy_static = "1.2.0"
|
|||
regex = "1"
|
||||
regex-syntax = "0.6.4"
|
||||
rustc-hash = "1"
|
||||
semver = "1.0"
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
smallbitvec = "2.5.1"
|
||||
tiny_http = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue