Skip to content

Commit

Permalink
Disable timely's default features in dogsdogsdogs, too (#299)
Browse files Browse the repository at this point in the history
As in #297, this makes it possible to use dogsdogsdogs without depending
on getopts.
  • Loading branch information
benesch authored Jan 27, 2021
1 parent 20c518f commit 2b12f29
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dogsdogsdogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ license = "MIT"
[dependencies]
abomonation = "0.7"
abomonation_derive = "0.5"
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false }
timely_sort = "0.1.6"
differential-dataflow = { path = "../" }
differential-dataflow = { path = "../", default-features = false }
serde = "1"
serde_derive = "1"

[dev-dependencies]
graph_map = "0.1"

[features]
default = ["timely/getopts"]

0 comments on commit 2b12f29

Please sign in to comment.