Skip to content

Commit 4f42fe1

Browse files
committed
Restore proper Cargo.toml
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 863d447 commit 4f42fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 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.17.0" }
20-
#timely = { version = "0.24", default-features = false }
21-
columnar = { version = "0.10", default-features = false }
22-
timely = { path = "../timely-dataflow/timely/", default-features = false }
20+
timely = { version = "0.25", default-features = false }
21+
columnar = { version = "0.11", 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)