From 26f95077b3cea3b9d97c5066b8754e28e6406713 Mon Sep 17 00:00:00 2001 From: Frank McSherry Date: Fri, 15 Aug 2025 18:00:35 -0400 Subject: [PATCH] Update to timely 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7eac06da4..da0fa6de8 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.0" } -timely = { version = "0.21", default-features = false } +timely = { version = "0.22", default-features = false } columnar = { version = "0.10", default-features = false } #timely = { path = "../timely-dataflow/timely/", default-features = false }