From 315b9dfe731a2a9a9d3f134bfeccf452125d8182 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Wed, 11 Nov 2020 23:43:30 -0600 Subject: [PATCH] Prepare 0.5.3 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20a0dff..4177524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sluice" -version = "0.5.2" +version = "0.5.3" authors = ["Stephen M. Coakley "] edition = "2018" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"