Skip to content

Commit a07567c

Browse files
committed
Provide prescriptive versions in example
1 parent b084ced commit a07567c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mdbook/src/chapter_0/chapter_0_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ version = "0.1.0"
2525
authors = ["Your Name <[email protected]>"]
2626

2727
[dependencies]
28-
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
29-
differential-dataflow = { git = "https://github.com/TimelyDataflow/differential-dataflow" }
28+
timely = "=0.13.0"
29+
differential-dataflow = "=0.13.0"
3030
```
3131

3232
You should only need to add those last two lines there, which bring in dependencies on both [timely dataflow](https://github.com/TimelyDataflow/timely-dataflow) and [differential dataflow](https://github.com/TimelyDataflow/differential-dataflow). We will be using both of those.

0 commit comments

Comments
 (0)