Skip to content

Commit 625f508

Browse files
committed
update notify and change dependency version restrictions
1 parent f24eb59 commit 625f508

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ exclude = [
1515
]
1616

1717
[dependencies]
18-
clap = "~1.5.3"
19-
handlebars = "~0.12.0"
20-
rustc-serialize = "~0.3.16"
21-
pulldown-cmark = "~0.0.6"
18+
clap = "1.5.3"
19+
handlebars = "0.12.0"
20+
rustc-serialize = "0.3.16"
21+
pulldown-cmark = "0.0.6"
2222

2323
# 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 }
24+
notify = { version = "2.5.4", optional = true }
25+
time = { version = "0.1.33", optional = true }
26+
crossbeam = { version = "0.2.8", optional = true }
2727

2828

2929
# Tests
3030
[dev-dependencies]
31-
tempdir = "~0.3.4"
31+
tempdir = "0.3.4"
3232

3333

3434
[features]

0 commit comments

Comments
 (0)