From c9df5f04a7b7681bd677bdc0c0a7efd11cde46c2 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sat, 24 Feb 2018 17:14:16 -0600 Subject: [PATCH] bump version to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11b78ef..cab6ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ringtail" -version = "0.1.0" +version = "0.1.1" description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels" authors = ["Stephen M. Coakley "] license = "MIT"