Skip to content

Commit

Permalink
candidate one
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry committed Mar 31, 2019
1 parent de1464d commit 142d38a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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.8.0"
version = "0.9.0"
authors = ["Frank McSherry <[email protected]>"]

description = "An incremental data-parallel dataflow platform"
Expand All @@ -12,6 +12,7 @@ homepage = "https://github.com/TimelyDataflow/differential-dataflow"
repository = "https://github.com/TimelyDataflow/differential-dataflow.git"
keywords = ["differential", "dataflow"]
license = "MIT"
readme = "README.md"

[dev-dependencies]
indexmap = "1.0.1"
Expand All @@ -27,8 +28,8 @@ serde_derive = "1.0"
abomonation = "0.7"
abomonation_derive = "0.3"
timely_sort="0.1.6"
#timely = "0.8"
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
timely = "0.9"
#timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
#timely = { path = "../timely-dataflow/" }
fnv="1.0.2"

Expand Down

0 comments on commit 142d38a

Please sign in to comment.