From 70fcb6104170013cd63673a10df7f68718d6184c Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Tue, 15 Mar 2016 17:43:42 +0000 Subject: [PATCH] Bump version to 0.2.1, add doc link to manifest --- telos/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telos/Cargo.toml b/telos/Cargo.toml index 3947770..6768c59 100644 --- a/telos/Cargo.toml +++ b/telos/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "telos" -version = "0.2.0" +version = "0.2.1" authors = ["equalsraf"] description = "Rust bindings for libressl's libtls" repository = "https://github.com/equalsraf/telos" +documentation = "https://equalsraf.github.io/telos-docs/v0.2.1/telos/" license = "ISC" [dependencies]