Skip to content

Commit

Permalink
Depend on crossbeam from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 11, 2016
1 parent b4e68d8 commit 93ce3f0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions futures-cpupool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ computation on the threads themselves.
[dependencies]
futures = { path = "..", version = "0.1" }
num_cpus = "1.0"

# Right now there's a segfault on the currently published version of crossbeam,
# but this PR fixes things.
[dependencies.crossbeam]
git = "https://github.com/tomaka/crossbeam"
branch = "patch-1"
crossbeam = "0.2.10"

0 comments on commit 93ce3f0

Please sign in to comment.