File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ license = "MIT"
1515
1616[dependencies ]
1717jemallocator = " 0.1.8"
18- timely = { git = " https://github.com/TimelyDataflow/timely-dataflow " , features = [" bincode" ] }
19- differential-dataflow = { git = " https://github.com/TimelyDataflow/differential-dataflow " }
18+ timely = { version = " 0.9.0 " , features = [" bincode" ] }
19+ differential-dataflow = { version = " 0.9.0 " }
2020serde = " 1"
2121serde_derive = " 1"
2222log = " 0.4"
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ edition = "2018"
77
88[dependencies ]
99jemallocator = " 0.1.8"
10- timely = { git = " https://github.com/TimelyDataflow/timely-dataflow " , features = [" bincode" ] }
11- differential-dataflow = { git = " https://github.com/TimelyDataflow/differential-dataflow " }
10+ timely = { version = " 0.9.0 " , features = [" bincode" ] }
11+ differential-dataflow = { version = " 0.9.0 " }
1212declarative-dataflow = { path = " ../" }
1313serde = " 1"
1414serde_derive = " 1"
You can’t perform that action at this time.
0 commit comments