From 73b53a21907ccdebf93efbf235bd311344bbaa4f Mon Sep 17 00:00:00 2001 From: Geordon Worley Date: Mon, 16 Aug 2021 02:26:56 -0500 Subject: [PATCH] (cargo-release) start next development iteration 0.1.3-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6598260..2e58de6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "header-vec" -version = "0.1.2" +version = "0.1.3-alpha.0" authors = ["Geordon Worley "] edition = "2018" description = "Vector with user-specified header, length, capacity, and array elements all stored on the heap together"