Skip to content

Commit 7805754

Browse files
committed
Point at timely on crates
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 5aaf8d1 commit 7805754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ fnv="1.0.2"
4646
timely = {workspace = true}
4747

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

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

0 commit comments

Comments
 (0)