From 7bc5338a977fe1d95b96a9ba84ba8cd460e0cdd7 Mon Sep 17 00:00:00 2001 From: Frank McSherry Date: Wed, 10 Mar 2021 11:12:42 -0500 Subject: [PATCH] prepare 0.12 (#316) --- Cargo.toml | 4 ++-- dogsdogsdogs/src/lib.rs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d494087d21..0fea6a11cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.11.0" +version = "0.12.0" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" @@ -29,7 +29,7 @@ serde = "1.0" serde_derive = "1.0" abomonation = "0.7" abomonation_derive = "0.5" -#timely = { version = "0.11", default-features = false } +#timely = { version = "0.12", default-features = false } timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false } #timely = { path = "../timely-dataflow/timely/", default-features = false } fnv="1.0.2" diff --git a/dogsdogsdogs/src/lib.rs b/dogsdogsdogs/src/lib.rs index 19105d7e4d..81483db4e1 100644 --- a/dogsdogsdogs/src/lib.rs +++ b/dogsdogsdogs/src/lib.rs @@ -2,7 +2,6 @@ extern crate abomonation_derive; extern crate abomonation; extern crate timely; -extern crate timely_sort; extern crate differential_dataflow; #[macro_use] extern crate serde_derive;