summaryrefslogtreecommitdiffstats
path: root/ffi-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ffi-macros/Cargo.toml')
-rw-r--r--ffi-macros/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index 1ad7575c..0e14d029 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -1,13 +1,14 @@
[package]
name = "sequoia-ffi-macros"
description = "Macros for writing the C API for Sequoia"
-version = "0.7.0"
+version = "0.8.0"
authors = [
+ "Juga <juga@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.7.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.8.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"