Skip to content

Commit

Permalink
Merge pull request #1 from briansmith/bump-ring
Browse files Browse the repository at this point in the history
0.2.0: Use *ring* 0.12.
  • Loading branch information
ctz authored Aug 28, 2017
2 parents c3331ef + 6596d49 commit 34b12ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sct"
version = "0.1.4"
version = "0.2.0"
authors = ["Joseph Birr-Pixton <[email protected]>"]
description = "Certificate transparency SCT verification library"
license = "Apache-2.0/ISC/MIT"
Expand All @@ -10,5 +10,5 @@ repository = "https://github.com/ctz/sct.rs"
categories = ["network-programming", "cryptography"]

[dependencies]
ring = "0.11"
untrusted = "0.5"
ring = "0.12"
untrusted = "0.5.1"

0 comments on commit 34b12ba

Please sign in to comment.