From 31eec3fdccd0188f8c81e3a8fe9b7c1ba911cda6 Mon Sep 17 00:00:00 2001 From: Kai Michaelis Date: Tue, 6 Nov 2018 15:54:11 +0100 Subject: Use nettle 1.0 --- openpgp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/Cargo.toml') diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index e9afbdfe..cf0459fc 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -12,7 +12,7 @@ failure = "0.1.2" flate2 = { version = "1.0.1", optional = true } lalrpop-util = "0.16" memsec = "0.5.4" -nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" } +nettle = "1.0" quickcheck = "0.7" rand = "0.5" time = "0.1.38" -- cgit v1.2.3