We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24eb59 commit 625f508Copy full SHA for 625f508
Cargo.toml
@@ -15,20 +15,20 @@ exclude = [
15
]
16
17
[dependencies]
18
-clap = "~1.5.3"
19
-handlebars = "~0.12.0"
20
-rustc-serialize = "~0.3.16"
21
-pulldown-cmark = "~0.0.6"
+clap = "1.5.3"
+handlebars = "0.12.0"
+rustc-serialize = "0.3.16"
+pulldown-cmark = "0.0.6"
22
23
# Watch feature
24
-notify = { version = "~2.4.1", optional = true }
25
-time = { version = "~0.1.33", optional = true }
26
-crossbeam = { version = "~0.2.8", optional = true }
+notify = { version = "2.5.4", optional = true }
+time = { version = "0.1.33", optional = true }
+crossbeam = { version = "0.2.8", optional = true }
27
28
29
# Tests
30
[dev-dependencies]
31
-tempdir = "~0.3.4"
+tempdir = "0.3.4"
32
33
34
[features]
0 commit comments