summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorKai Michaelis <kai@sequoia-pgp.org>2018-11-06 15:54:11 +0100
committerKai Michaelis <kai@sequoia-pgp.org>2018-11-06 15:54:11 +0100
commit31eec3fdccd0188f8c81e3a8fe9b7c1ba911cda6 (patch)
treefcbe6cf0a5f08ac54cc4b1621973e242e57b74c1 /ffi
parent50c7119c9f79c7a2a7764f76609c147aa7200b07 (diff)
Use nettle 1.0
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index e68d14fd..8c08ace9 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 = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }
+nettle = "1.0"
[lib]
crate-type = ["cdylib", "staticlib"]