Skip to content

Commit f3bcf90

Browse files
committed
v3.0.0
1 parent 034c903 commit f3bcf90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "async-sse"
3-
version = "2.1.0"
3+
version = "3.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/async-sse"
66
documentation = "https://docs.rs/async-sse"
77
description = "Async Server Sent Event parser and encoder"
88
readme = "README.md"
99
edition = "2018"
10-
keywords = []
10+
keywords = ["async", "server-sent events", "sse", "client", "server"]
1111
categories = []
1212
authors = [
1313
"Renée Kooi <renee@kooi.me>",

0 commit comments

Comments
 (0)