From 73b83e4d5c50c3ab6f8f3923ee55f8e00bf7bba5 Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 15 Aug 2021 00:11:12 +0100 Subject: [PATCH] Whoops... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for chacha20stream's current commit: Future small blessing − 末小吉 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04f2f0c..838f981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chacha20stream" -version = "2.0.0" +version = "2.0.1" keywords = ["chacha20_poly1305", "stream", "wrapper", "encryption", "decryption"] description = "A writable wrapper stream for encryption and decryption with the stream cipher chacha20_poly1305" homepage = "https://git.flanchan.moe/flanchan/chacha20stream"