From 53c1164cd4fbdf969572670b5921a12678590f39 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Fri, 11 Jan 2019 20:45:08 +0000 Subject: [PATCH] 2018 edition --- Cargo.toml | 1 + src/lib.rs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfe0840..a70ac77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "sct" version = "0.5.0" +edition = "2018" authors = ["Joseph Birr-Pixton "] description = "Certificate transparency SCT verification library" license = "Apache-2.0/ISC/MIT" diff --git a/src/lib.rs b/src/lib.rs index f3b80a5..2924119 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,9 +17,6 @@ unused_extern_crates, unused_qualifications)] -extern crate ring; -extern crate untrusted; - /// Describes a CT log /// /// This structure contains some metadata fields not used by the library.