Skip to content

Commit f33488a

Browse files
committed
WIP
1 parent d15bf32 commit f33488a

File tree

5 files changed

+679
-581
lines changed

5 files changed

+679
-581
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.15.3" }
20-
timely = { version = "0.21", default-features = false }
21-
columnar = { version = "0.8", default-features = false }
22-
#timely = { path = "../timely-dataflow/timely/", default-features = false }
20+
#timely = { version = "0.21", default-features = false }
21+
columnar = { version = "0.9", 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)