Update workspace after pulling in external crates

This commit is contained in:
Jack Grigg 2018-08-28 23:06:15 +01:00
parent 10c5010fd9
commit 2019e63c0f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ futures = "0.1"
futures-cpupool = "0.1"
num_cpus = "1"
crossbeam = "0.3"
pairing = "0.14"
pairing = { path = "../pairing" }
byteorder = "1"
[features]