Skip to content

Commit

Permalink
Point at timely on crates
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
antiguru committed Dec 6, 2024
1 parent 13c4f1f commit a0b75ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ fnv="1.0.2"
timely = {workspace = true}

[workspace.dependencies]
#timely = { version = "0.14", default-features = false }
timely = { path = "../timely-dataflow/timely/", default-features = false }
timely = { version = "0.15", default-features = false }
#timely = { path = "../timely-dataflow/timely/", default-features = false }

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

0 comments on commit a0b75ee

Please sign in to comment.