From a553eebdddc472835c4f4ddf7d861b2b102a595d Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Thu, 6 Jun 2024 23:20:27 +0200 Subject: [PATCH] chore: Release axum-streams version 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bac03c..bdf82fe 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.14.3-alpha.0" +version = "0.15.0" [badges] maintenance = { status = "actively-developed" }