From 724ad6a9b86cd6f32f65cf46adf592f24c6dbb5b Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Mon, 17 Jul 2017 21:36:08 +0100 Subject: [PATCH] 0.1.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72b3acf..55796bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sct" -version = "0.1.2" +version = "0.1.3" authors = ["Joseph Birr-Pixton "] description = "Certificate transparency SCT verification library" license = "Apache-2.0/ISC/MIT" diff --git a/README.md b/README.md index 4ddb2a5..8f4fdf6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It uses [*ring*](https://github.com/briansmith/ring) for cryptography. [![Build Status](https://travis-ci.org/ctz/sct.rs.svg?branch=master)](https://travis-ci.org/ctz/sct.rs) # Status -Under construction and insufficiently tested. Don't use yet. +Ready for early use and testing. # License SCT.rs is distributed under the following three licenses: