From a524e45763b94c44bee9483e26d0291c0aaeb2b6 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 17 Sep 2021 16:21:19 +0200 Subject: [PATCH] v5.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a87bb1..051c4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-sse" -version = "5.0.0" +version = "5.1.0" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/async-sse" documentation = "https://docs.rs/async-sse"