From d98942fd27bc2047202fb9afed5b47113bc98309 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 16 Feb 2023 16:41:15 -0800 Subject: [PATCH] [buf-list] version 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2bbb9d..d67d0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buf-list" -version = "1.0.0" +version = "1.0.1" edition = "2018" description = "A list of buffers that implements the bytes::Buf trait" categories = ["network-programming", "data-structures"]