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"