summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:06:26 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:06:26 +0200
commitcfe77c59e2f0851118d4dc026ad7303b2496f704 (patch)
treec84281408986236087ed038a95b09b6c7a7dcf68
parenta2256498aa00f6bea365ecc89383b0fc2b4e9112 (diff)
guide: Don't refer to a fixed version of Sequoia.
- Fixes #505.
-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: