From a653ee42fff78854de3248256151bc8529bc32bf Mon Sep 17 00:00:00 2001 From: Hannes Date: Fri, 14 May 2021 13:04:15 +0200 Subject: [PATCH] Made features usable. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5e0963..c14e28f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/Decentrailzed-Communication-System/double-ratchet repository = "https://github.com/Decentrailzed-Communication-System/double-ratchet-2" readme = "README.md" keywords = ["double-ratchet", "crypto", "cryptography", "signal"] -version = "0.1.2" +version = "0.1.3" edition = "2018" license = "MIT" license-file = "LICENSE"