From 087b212718bea772e12177ef11fef96db3cad634 Mon Sep 17 00:00:00 2001 From: Frank McSherry Date: Thu, 28 Aug 2025 13:28:31 -0400 Subject: [PATCH] Update to timely 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39a95241a..63e8f27d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ resolver = "2" [workspace.dependencies] differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.16.1" } -timely = { version = "0.22", default-features = false } +timely = { version = "0.23", default-features = false } columnar = { version = "0.10", default-features = false } #timely = { path = "../timely-dataflow/timely/", default-features = false }