From 4391d3dfac0b38bc9da4b17c2caf9f0c9c223cb5 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sun, 15 Aug 2021 13:49:52 -0500 Subject: [PATCH] Prepare 0.5.5 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dde51ca..e20243f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sluice" -version = "0.5.4" +version = "0.5.5" authors = ["Stephen M. Coakley "] edition = "2018" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"