Remove dependency on regex_macros

This reduces the amount of code using unstable features that we depend on.
The hand-written IP address parser is probably just as fast.
This commit is contained in:
Simon Sapin 2015-11-23 14:01:00 +01:00
parent 0dfdc94cb2
commit 45ec900745
9 changed files with 7 additions and 52 deletions

View file

@ -34,7 +34,5 @@ path = "../plugins"
log = "0.3"
euclid = {version = "0.3", features = ["plugins"]}
image = "0.4.0"
regex = "0.1.33"
regex_macros = "0.1.19"
serde = "0.6"
serde_macros = "0.6"