Skip to content

Commit 39a6fe4

Browse files
committed
Fix wildcard dependency on crossbeam
1 parent 75b98d7 commit 39a6fe4

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Cargo.toml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,11 @@ handlebars = "~0.12.0"
2020
rustc-serialize = "~0.3.16"
2121
pulldown-cmark = "~0.0.6"
2222

23-
2423
# Watch feature
25-
[dependencies.notify]
26-
notify = "^2.4.1"
27-
optional = true
28-
29-
[dependencies.time]
30-
time = "^0.1.33"
31-
optional = true
24+
notify = { version = "~2.4.1", optional = true }
25+
time = { version = "~0.1.33", optional = true }
26+
crossbeam = { version = "~0.2.8", optional = true }
3227

33-
[dependencies.crossbeam]
34-
time = "^0.2.0"
35-
optional = true
3628

3729
# Tests
3830
[dev-dependencies]

0 commit comments

Comments
 (0)