File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " differential-dataflow"
4
- version = " 0.11 .0"
4
+ version = " 0.12 .0"
5
5
authors = [" Frank McSherry <fmcsherry@me.com>" ]
6
6
7
7
description = " An incremental data-parallel dataflow platform"
@@ -29,7 +29,7 @@ serde = "1.0"
29
29
serde_derive = " 1.0"
30
30
abomonation = " 0.7"
31
31
abomonation_derive = " 0.5"
32
- # timely = { version = "0.11 ", default-features = false }
32
+ # timely = { version = "0.12 ", default-features = false }
33
33
timely = { git = " https://github.com/TimelyDataflow/timely-dataflow" , default-features = false }
34
34
# timely = { path = "../timely-dataflow/timely/", default-features = false }
35
35
fnv =" 1.0.2"
Original file line number Diff line number Diff line change 2
2
extern crate abomonation_derive;
3
3
extern crate abomonation;
4
4
extern crate timely;
5
- extern crate timely_sort;
6
5
extern crate differential_dataflow;
7
6
#[ macro_use]
8
7
extern crate serde_derive;
You can’t perform that action at this time.
0 commit comments