Skip to content

Commit 8fc45d9

Browse files
committed
Upgrade columnar, timely
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
1 parent b084ced commit 8fc45d9

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
@@ -45,10 +45,10 @@ bytemuck = "1.18.0"
4545
serde = { version = "1.0", features = ["derive"] }
4646
fnv="1.0.2"
4747
timely = {workspace = true}
48-
columnar = "0.2"
48+
columnar = "0.3"
4949

5050
[workspace.dependencies]
51-
timely = { version = "0.17", default-features = false }
51+
timely = { version = "0.18", default-features = false }
5252
#timely = { path = "../timely-dataflow/timely/", default-features = false }
5353

5454
[features]

0 commit comments

Comments
 (0)