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
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -553,6 +553,12 @@ dependencies = [
|
|||
"winapi-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "semver"
|
||||
version = "1.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7"
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.130"
|
||||
|
|
@ -737,6 +743,7 @@ dependencies = [
|
|||
"regex",
|
||||
"regex-syntax",
|
||||
"rustc-hash",
|
||||
"semver",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"smallbitvec",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue