Skip to content

Commit 7bc5338

Browse files
prepare 0.12 (TimelyDataflow#316)
1 parent 9692d81 commit 7bc5338

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "differential-dataflow"
4-
version = "0.11.0"
4+
version = "0.12.0"
55
authors = ["Frank McSherry <fmcsherry@me.com>"]
66

77
description = "An incremental data-parallel dataflow platform"
@@ -29,7 +29,7 @@ serde = "1.0"
2929
serde_derive = "1.0"
3030
abomonation = "0.7"
3131
abomonation_derive = "0.5"
32-
#timely = { version = "0.11", default-features = false }
32+
#timely = { version = "0.12", default-features = false }
3333
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false }
3434
#timely = { path = "../timely-dataflow/timely/", default-features = false }
3535
fnv="1.0.2"

dogsdogsdogs/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
extern crate abomonation_derive;
33
extern crate abomonation;
44
extern crate timely;
5-
extern crate timely_sort;
65
extern crate differential_dataflow;
76
#[macro_use]
87
extern crate serde_derive;

0 commit comments

Comments
 (0)