From faed9a568f1507d1554dd06d00d45f108a12e002 Mon Sep 17 00:00:00 2001 From: Frank McSherry Date: Tue, 9 Jul 2019 16:28:23 -0400 Subject: [PATCH] v0.10 checkin --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a303d42a94..b54bd9be55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.9.0" +version = "0.10.0" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" @@ -28,8 +28,8 @@ serde_derive = "1.0" abomonation = "0.7" abomonation_derive = "0.3" timely_sort="0.1.6" -#timely = "0.9" -timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" } +timely = "0.10" +#timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" } #timely = { path = "../timely-dataflow/timely/" } fnv="1.0.2"