summaryrefslogtreecommitdiffstats
path: root/guide/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-12-11 13:20:18 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2020-12-11 13:20:18 +0100
commit07be9f27373824811efa53576486080458a9c8c3 (patch)
treed14432f9a6a36cf14b33809d67c093a0884cd661 /guide/Cargo.toml
parent386b3bc3bbaf7a7abaaa2c2587b0510c161cb67a (diff)
commit Cargo.tomls with exact minimum versionsnora/minimal_toml
Diffstat (limited to 'guide/Cargo.toml')
-rw-r--r--guide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index c927a7bb..18ea56ba 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -13,4 +13,4 @@ build = "build.rs"
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.20" }
-anyhow = "1.0.5"
+anyhow = "=1.0.5"