From 15eeb7d246e6c1dd0764e2effd71c8a783c35fdb Mon Sep 17 00:00:00 2001 From: Rain Date: Sun, 9 Apr 2023 13:16:16 -0700 Subject: [PATCH] [buf-list] version 1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3d2a18..7c6d3e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "buf-list" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d14f2c3..f31c896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buf-list" -version = "1.0.2" +version = "1.0.3" edition = "2018" description = "A list of buffers that implements the bytes::Buf trait" categories = ["network-programming", "data-structures"]