Update crossbeam version (#1139)

This commit is contained in:
Lucas Kent 2018-12-19 07:27:56 +11:00 committed by GitHub
parent 9a08414054
commit 1d83993e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ readme = "../README.md"
build = "build.rs"
[dependencies]
crossbeam = "0.5"
crossbeam = "0.6"
fnv = "1.0.6"
shared_library = "0.1.7"
smallvec = "0.6.0"