diff --git a/Cargo.toml b/Cargo.toml index 562992777f..a245cce3fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.8.0" +version = "0.9.0" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" @@ -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" @@ -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"