From 9be841ec59fa717b7adae8b550d0625a8cd0bab4 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 13 Aug 2019 11:22:58 -0400 Subject: Version bump to 0.1.1. * Add more documentation. * Add `Iterator` implementation. * Optimize indexing by using unchecked variants. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66b8c10..8972b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "starb" description = "STAtic Ring Buffers." -version = "0.1.0" +version = "0.1.1" authors = ["Brian Cully "] edition = "2018" license = "LGPL-3.0-or-later" -- cgit v1.2.3