Skip to content

Commit

Permalink
prepare 0.12 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry authored Mar 10, 2021
1 parent 9692d81 commit 7bc5338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

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

description = "An incremental data-parallel dataflow platform"
Expand Down Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion dogsdogsdogs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7bc5338

Please sign in to comment.