Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit c8d52a8

Browse files
committed
Update dependencies (regex 1.0)
Update regex to 1.0 and bit-set to 0.5.
1 parent 2956e67 commit c8d52a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description = "An implementation of regexes, supporting a relatively rich set of
77
repository = "https://github.com/google/fancy-regex"
88

99
[dependencies]
10-
regex = "0.2.6"
11-
bit-set = "0.4"
10+
regex = "1.0"
11+
bit-set = "0.5"
1212

1313
[dev-dependencies]
1414
matches = "0.1.6"

0 commit comments

Comments
 (0)