aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-13 11:22:58 -0400
committerBrian Cully <bjc@kublai.com>2019-08-13 11:22:58 -0400
commit9be841ec59fa717b7adae8b550d0625a8cd0bab4 (patch)
tree4498f83447f78b679661546ee32956579a6a3458
parent25bbfb332e0edcdc7f3c400d8fc1b83efa9ac6d0 (diff)
downloadstarb-9be841ec59fa717b7adae8b550d0625a8cd0bab4.tar.gz
starb-9be841ec59fa717b7adae8b550d0625a8cd0bab4.zip
Version bump to 0.1.1.v0.1.1
* Add more documentation. * Add `Iterator` implementation. * Optimize indexing by using unchecked variants.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <bjc@kublai.com>"]
edition = "2018"
license = "LGPL-3.0-or-later"