From 8cc16ad9bf4cbf4863d64a2477fb511bcd2b5205 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sat, 30 Jan 2021 11:56:44 -0600 Subject: [PATCH] Prepare 0.5.4 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e650d93..713276a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sluice" -version = "0.5.3" +version = "0.5.4" authors = ["Stephen M. Coakley "] edition = "2018" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"