We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaf8d1 commit 7805754Copy full SHA for 7805754
Cargo.toml
@@ -46,8 +46,8 @@ fnv="1.0.2"
46
timely = {workspace = true}
47
48
[workspace.dependencies]
49
-#timely = { version = "0.14", default-features = false }
50
-timely = { path = "../timely-dataflow/timely/", default-features = false }
+timely = { version = "0.15", default-features = false }
+#timely = { path = "../timely-dataflow/timely/", default-features = false }
51
52
[features]
53
default = ["timely/getopts"]
0 commit comments