Skip to content

Commit

Permalink
Merge pull request #186 from TimelyDataflow/v0.10
Browse files Browse the repository at this point in the history
v0.10 checkin
  • Loading branch information
frankmcsherry authored Jul 9, 2019
2 parents c04ce50 + faed9a5 commit 3cd8dd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

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

description = "An incremental data-parallel dataflow platform"
Expand All @@ -28,8 +28,8 @@ serde_derive = "1.0"
abomonation = "0.7"
abomonation_derive = "0.3"
timely_sort="0.1.6"
#timely = "0.9"
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
timely = "0.10"
#timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
#timely = { path = "../timely-dataflow/timely/" }
fnv="1.0.2"

Expand Down

0 comments on commit 3cd8dd4

Please sign in to comment.