From e656f78a9a8cfc71a581c21efe1a872e707f58f4 Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 15 Aug 2021 00:02:14 +0100 Subject: [PATCH] Added `Source` and `AsyncSource`. All tests currently passing. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumped version to 2.0.0. Fortune for chacha20stream's current commit: Curse − 凶 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9120224..04f2f0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chacha20stream" -version = "1.2.0" +version = "2.0.0" 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"