From cfe77c59e2f0851118d4dc026ad7303b2496f704 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 11 Jun 2020 13:06:26 +0200 Subject: guide: Don't refer to a fixed version of Sequoia. - Fixes #505. --- guide/src/chapter_00.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3