summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
diff options
context:
space:
mode:
authorKai Michaelis <kai@sequoia-pgp.org>2018-11-21 13:38:04 +0100
committerKai Michaelis <kai@sequoia-pgp.org>2018-11-21 13:38:38 +0100
commit7fa35463601e156be0ac177f6f0b71c575f8f24c (patch)
tree5a2ed53ae9ecf143aa5f194edd1735483a9266bf /ffi/Cargo.toml
parent771fdbd970386ff79bd5f2eca2e1fddcdf3df4f1 (diff)
openpgp: switch to nettle 2.0
Diffstat (limited to 'ffi/Cargo.toml')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 8c08ace9..85eb773e 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -14,7 +14,7 @@ libc = "0.2.33"
native-tls = "0.2.0"
[dev-dependencies]
-nettle = "1.0"
+nettle = "2.0"
[lib]
crate-type = ["cdylib", "staticlib"]