summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-22 23:10:37 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-22 23:10:37 -0700
commitde0de66f1cd01c5e6184b9e326ca58e201289326 (patch)
tree10d89184e27973f9993e38720ffb0a5f8345b988 /examples
parent8250063de73d18834771451aecca807d74e8580b (diff)
Correct example; forgot to add glob to deps
Diffstat (limited to 'examples')
-rw-r--r--examples/pattern/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pattern/Cargo.toml b/examples/pattern/Cargo.toml
index 98c5330..ab11750 100644
--- a/examples/pattern/Cargo.toml
+++ b/examples/pattern/Cargo.toml
@@ -3,4 +3,5 @@ name = "pattern"
version = "0.1.0"
[dependencies]
-config = { path = "../../", features = ["glob"] }
+config = { path = "../../" }
+glob = "0.2"