diff --git a/Cargo.toml b/Cargo.toml index d494087d2..0fea6a11c 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 19105d7e4..81483db4e 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;