Skip to content

Commit

Permalink
Update to regex 1 (and regex-syntax 0.6).
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed May 11, 2018
1 parent 0f5be36 commit d5b5ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -39,7 +39,7 @@ path = "src/driver.rs"
# begin automatic update
clippy_lints = { version = "0.0.198", path = "clippy_lints" }
# end automatic update
regex = "0.2"
regex = "1"
semver = "0.9"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ itertools = "0.7"
lazy_static = "1.0"
matches = "0.1.2"
quine-mc_cluskey = "0.2.2"
regex-syntax = "0.5.0"
regex-syntax = "0.6"
semver = "0.9.0"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit d5b5ba6

Please sign in to comment.