summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-20 11:29:53 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-20 11:29:53 +0100
commit12150ceb5e90c6b7419943f9c80c21917cd0b7a4 (patch)
tree6898ec1b79c58e960e04395a5c770bd69b170934 /store
parent97a8484409065b77fabb6a282a1387844aa666f0 (diff)
store: Explicitly bump patch version.
- The replacement for the deprecated function used by the previous commit is only emitted by the newest capnp compiler. Bump the patch version so that everyone picks it up.
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 9dfe2e51..d5f13a03 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -12,7 +12,7 @@ background-services = []
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
-capnp = "0.9"
+capnp = "0.9.2"
capnp-rpc = "0.9"
failure = "0.1.2"
futures = "0.1.17"
@@ -23,7 +23,7 @@ tokio-core = "0.1.10"
tokio-io = "0.1.4"
[build-dependencies]
-capnpc = "0.9"
+capnpc = "0.9.2"
[lib]
name = "sequoia_store"