From 1fd451cfdeb70dc05e7285a8d075da44015525ea Mon Sep 17 00:00:00 2001 From: Nathan Sizemore Date: Wed, 11 Jan 2017 09:34:55 -0500 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57afaf3..11cb942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-slab" -version = "0.3.1" +version = "0.3.2" authors = ["Nathan Sizemore "] description = "Fast and lightweight Slab Allocator." repository = "https://github.com/nathansizemore/simple-slab"