Skip to content

Commit

Permalink
Merge pull request #4 from jbg/master
Browse files Browse the repository at this point in the history
Updated ring and untrusted
  • Loading branch information
ctz authored Jul 20, 2019
2 parents 96cbd21 + 2737ec4 commit 041142c
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.5.0"
version = "0.6.0-alpha.0"
edition = "2018"
authors = ["Joseph Birr-Pixton <[email protected]>"]
description = "Certificate transparency SCT verification library"
Expand All @@ -11,5 +11,5 @@ repository = "https://github.com/ctz/sct.rs"
categories = ["network-programming", "cryptography"]

[dependencies]
ring = "0.15.0-alpha4"
untrusted = "0.7.0-alpha1"
ring = "0.16.0"
untrusted = "0.7.0"

0 comments on commit 041142c

Please sign in to comment.