Skip to content

Commit 7632160

Browse files
committed
Use regex 1.0
1 parent b0cf9b8 commit 7632160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build = "build.rs"
1010
[dependencies]
1111
log = "0.3"
1212
rustc-serialize = "0.3"
13-
regex = "0.2"
13+
regex = "1"
1414
clap = "2"
1515
crates-index-diff = "4"
1616
git2 = "0.7"

0 commit comments

Comments
 (0)