Skip to content

Commit

Permalink
Merge pull request #7 from brainstorm/bump_ring_dep
Browse files Browse the repository at this point in the history
Bump up ring versioning for Apple M1 support
  • Loading branch information
ctz authored Apr 10, 2021
2 parents 639716f + 05254b8 commit 2636dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sct"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["Joseph Birr-Pixton <[email protected]>"]
description = "Certificate transparency SCT verification library"
Expand All @@ -12,5 +12,5 @@ categories = ["network-programming", "cryptography"]
exclude = ["/admin/"]

[dependencies]
ring = "0.16.0"
ring = "0.16.20"
untrusted = "0.7.0"

0 comments on commit 2636dc3

Please sign in to comment.