Skip to content

Commit

Permalink
Fix wildcard dependency on crossbeam
Browse files Browse the repository at this point in the history
  • Loading branch information
azerupi committed Feb 15, 2016
1 parent 75b98d7 commit 39a6fe4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 39a6fe4

Please sign in to comment.