Skip to content

Commit cfb1a87

Browse files
committed
Upgrade to Timely 0.10 and Rust 1.36
1 parent 8b258e9 commit cfb1a87

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ keywords = ["differential", "dataflow", "datalog", "graphql", "query"]
1414
license = "MIT"
1515

1616
[dependencies]
17-
# timely = { version = "0.9.0", features = ["bincode"] }
18-
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", features = ["bincode"] }
19-
# differential-dataflow = { version = "0.9.0" }
20-
differential-dataflow = { git = "https://github.com/TimelyDataflow/differential-dataflow" }
17+
timely = { version = "0.10.0", features = ["bincode"] }
18+
# timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", features = ["bincode"] }
19+
differential-dataflow = { version = "0.10.0" }
20+
# differential-dataflow = { git = "https://github.com/TimelyDataflow/differential-dataflow" }
2121
serde = "1"
2222
serde_derive = "1"
2323
log = "0.4"

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.1
1+
1.36.0

0 commit comments

Comments
 (0)