summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu David <mathieudavid@mathieudavid.org>2016-02-15 21:18:43 +0100
committerMathieu David <mathieudavid@mathieudavid.org>2016-02-15 21:18:43 +0100
commit39a6fe4b3cc9d93fad5967f7e1439520a8ab85ef (patch)
tree7acc74a38e98f53ef1b2dd012f9f0ac58130adae
parent75b98d7019ee03a1ed19994fea534c265b5a1092 (diff)
Fix wildcard dependency on crossbeam
-rw-r--r--Cargo.toml14
1 files changed, 3 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 008a5a2c..e7c7c815 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,19 +20,11 @@ handlebars = "~0.12.0"
rustc-serialize = "~0.3.16"
pulldown-cmark = "~0.0.6"
-
# Watch feature
-[dependencies.notify]
-notify = "^2.4.1"
-optional = true
-
-[dependencies.time]
-time = "^0.1.33"
-optional = true
+notify = { version = "~2.4.1", optional = true }
+time = { version = "~0.1.33", optional = true }
+crossbeam = { version = "~0.2.8", optional = true }
-[dependencies.crossbeam]
-time = "^0.2.0"
-optional = true
# Tests
[dev-dependencies]