From 6f5c8f367a4619263b01231e3688bc5d9dbc977b Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Wed, 5 Jun 2019 22:49:56 -0500 Subject: [PATCH] Prepare 0.4.0-alpha.2 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddd7af4..6444192 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sluice" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" authors = ["Stephen M. Coakley "] edition = "2018" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"