summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guide/src/chapter_00.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/guide/src/chapter_00.md b/guide/src/chapter_00.md
index efff8b59..fafa17f9 100644
--- a/guide/src/chapter_00.md
+++ b/guide/src/chapter_00.md
@@ -25,9 +25,16 @@ $ cd example
Now add Sequoia to the `[dependencies]` section in `Cargo.toml`:
```toml
-sequoia-openpgp = "0.3"
+sequoia-openpgp = "*"
```
+Note: Explicitly stating a major version for dependencies is usually
+better than just using the wildcard here (read how to [specify
+dependencies]). Also, please check that the crate's version matches
+the version of this guide.
+
+[specify dependencies]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
+
If you want to use the bleeding edge, you can instead refer to the
version in git: