summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ffi-macros/Cargo.toml2
-rw-r--r--ffi/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index ca628951..c1ccbfd3 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/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"
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"