From 2a50848d9f7924511eda7705e493ea4c8316e23f Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sun, 28 Mar 2021 19:43:30 +0200 Subject: [PATCH] (cargo-release) version 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc6a096..a04c40d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byte-pool" -version = "0.2.2" +version = "0.2.3" authors = ["dignifiedquire "] repository = "https://github.com/dignifiedquire/byte-pool" description = "Pool of byte slices, for efficient memory usage"