From 3c8f2e19b3e2e212b91eebaa08e0f97b5b930454 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Tue, 25 Feb 2020 22:24:14 -0600 Subject: [PATCH] Prepare 0.5.2 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b096b37..841cee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sluice" -version = "0.5.1" +version = "0.5.2" authors = ["Stephen M. Coakley "] edition = "2018" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"