We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652c76b commit 63f3684Copy full SHA for 63f3684
1 file changed
Cargo.toml
@@ -22,9 +22,9 @@ rust-version = "1.86"
22
23
[workspace.dependencies]
24
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.19.1" }
25
-#timely = { version = "0.26", default-features = false }
+timely = { version = "0.27", default-features = false }
26
columnar = { version = "0.11", default-features = false }
27
-timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
+#timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
28
#timely = { path = "../timely-dataflow/timely/", default-features = false }
29
30
[workspace.lints.clippy]
0 commit comments