From fc28c420315a38f3b466cfd65ba51c04c0eadc6b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 8 Jul 2019 17:24:33 +0200 Subject: Release 0.9.0. --- ffi/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ffi') diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 35ea2783..3c3e653f 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sequoia-ffi" description = "C API for Sequoia" -version = "0.8.0" +version = "0.9.0" authors = [ "Juga ", "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] -documentation = "https://docs.sequoia-pgp.org/0.8.0/sequoia_ffi" +documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_ffi" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "../README.md" @@ -22,11 +22,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] -sequoia-ffi-macros = { path = "../ffi-macros", version = "0.8" } -sequoia-openpgp = { path = "../openpgp", version = "0.8" } -sequoia-core = { path = "../core", version = "0.8" } -sequoia-store = { path = "../store", version = "0.8" } -sequoia-net = { path = "../net", version = "0.8" } +sequoia-ffi-macros = { path = "../ffi-macros", version = "0.9" } +sequoia-openpgp = { path = "../openpgp", version = "0.9" } +sequoia-core = { path = "../core", version = "0.9" } +sequoia-store = { path = "../store", version = "0.9" } +sequoia-net = { path = "../net", version = "0.9" } failure = "0.1.2" lazy_static = "1.0.0" libc = "0.2.33" -- cgit v1.2.3