Skip to content

Commit 2b28ac3

Browse files
committed
Merge pull request #84 from badboy/no-regex-macro
refactor: Remove dependency on regex_macro
2 parents 7117658 + abc55dd commit 2b28ac3

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ clap = "~1.4"
1818
time = "~0.1.32"
1919
clog = "~0.9.0"
2020

21-
[dependencies.regex_macros]
22-
version = "~0.1.21"
23-
optional = true
24-
2521
[dependencies.ansi_term]
2622
version = "~0.6.3"
2723
optional = true
@@ -34,7 +30,4 @@ color = ["ansi_term"]
3430
# For debugging output
3531
debug = []
3632

37-
# for building with nightly and unstable features
38-
# until regex_macros compiles with nightly again, this should be commented out
39-
# unstable = ["regex_macros"]
4033
unstable = []

0 commit comments

Comments
 (0)