Skip to content

Commit 63f3684

Browse files
committed
Point Cargo.toml at crates.io
1 parent 652c76b commit 63f3684

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ rust-version = "1.86"
2222

2323
[workspace.dependencies]
2424
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.19.1" }
25-
#timely = { version = "0.26", default-features = false }
25+
timely = { version = "0.27", default-features = false }
2626
columnar = { version = "0.11", default-features = false }
27-
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
27+
#timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
2828
#timely = { path = "../timely-dataflow/timely/", default-features = false }
2929

3030
[workspace.lints.clippy]

0 commit comments

Comments
 (0)