Skip to content

Commit 0c56a55

Browse files
committed
Back to published Timely
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
1 parent d0c33a7 commit 0c56a55

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
@@ -17,9 +17,9 @@ resolver = "2"
1717

1818
[workspace.dependencies]
1919
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.16.2" }
20-
#timely = { version = "0.23", default-features = false }
20+
timely = { version = "0.24", default-features = false }
2121
columnar = { version = "0.10", default-features = false }
22-
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false }
22+
#timely = { path = "../timely-dataflow/timely/", default-features = false }
2323

2424
[profile.release]
2525
opt-level = 3

0 commit comments

Comments
 (0)