summaryrefslogtreecommitdiffstats
path: root/ffi-macros
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-06-14 14:09:18 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-06-14 14:09:18 +0200
commit05f298df6f99e1c1cf485594b7eda264e4e2f403 (patch)
treea3ad222d6f34d281f41207cdbb26b6a54f4883f1 /ffi-macros
parent6210d5a9c3dca2a3be5486887e1347b0f7efbc0b (diff)
Release 0.8.0.v0.8.0
Diffstat (limited to 'ffi-macros')
-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"