Skip to content

Commit

Permalink
2018 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jan 11, 2019
1 parent 2f1c146 commit 53c1164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "sct"
version = "0.5.0"
edition = "2018"
authors = ["Joseph Birr-Pixton <[email protected]>"]
description = "Certificate transparency SCT verification library"
license = "Apache-2.0/ISC/MIT"
Expand Down
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53c1164

Please sign in to comment.