Skip to content

Commit

Permalink
Merge pull request #98 from Aaronepower/master
Browse files Browse the repository at this point in the history
Updated Regex dependency
  • Loading branch information
sfackler authored Jan 15, 2017
2 parents 2f4c0b5 + 7692a41 commit ae12c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable.

[dependencies]
log = { version = "0.3", path = ".." }
regex = { version = "0.1", optional = true }
regex = { version = "0.2", optional = true }

[[test]]
name = "regexp_filter"
Expand Down

0 comments on commit ae12c15

Please sign in to comment.