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"]