From 6871c74defe10306440408636bb08a4c8274ff66 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Thu, 20 Jun 2024 16:17:52 +0200 Subject: [PATCH] chore: Release axum-streams version 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdf82fe..9b64b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" name = "axum-streams" readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] -version = "0.15.0" +version = "0.16.0" [badges] maintenance = { status = "actively-developed" }