From b2cefddf9619dc179e636cd7c45cc88b18c34ab4 Mon Sep 17 00:00:00 2001 From: Calvin Hill Date: Mon, 26 Nov 2018 14:18:47 +0000 Subject: [PATCH] branca: v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9aaec7..dbf6352 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "branca" description = "A Rust implementation of the branca specification, a JWT alternative." -version = "0.1.0" +version = "0.1.1" authors = ["return"] keywords = ["fernet", "branca", "crypto", "jwt"] categories = ["cryptography"]