summaryrefslogtreecommitdiffstats
path: root/guide/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-12-18 15:28:13 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-12-18 15:29:15 +0100
commit97c9bd81596e2dffa2ec97a45fdb448df9bf8c52 (patch)
tree3e2913ad332fa4df5545d44b363d1ec4568dd861 /guide/Cargo.toml
parent4c9346dce753e7fcefd543d2e91e59753c00f816 (diff)
Release 0.3.0.v0.3.0
Diffstat (limited to 'guide/Cargo.toml')
-rw-r--r--guide/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index ee0477db..416b5317 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sequoia-guide"
-version = "0.2.0"
+version = "0.3.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
@@ -9,5 +9,5 @@ authors = [
build = "build.rs"
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.2.0" }
+sequoia-openpgp = { path = "../openpgp", version = "0.3.0" }
failure = "0.1.2"