summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2021-04-01 16:27:51 +0200
committerNeal H. Walfield <neal@pep.foundation>2021-04-01 16:58:54 +0200
commit3882894941a8e0937605d3297df1b0cb48e17666 (patch)
treec239b44c3ea159344ade5f24a339814dbabd7156 /ffi
parent1b9ee5169abfd52625b4a7657962c8f80f48295b (diff)
Fix documentation links.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index edb21a5b..888ed972 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -7,7 +7,7 @@ authors = [
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.21.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.22.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"