We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78c041 commit cc418dbCopy full SHA for cc418db
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "eventsource-client"
3
-version = "0.5.0"
+version = "0.6.0"
4
description = "Client for the Server-Sent Events protocol (aka EventSource)"
5
repository = "https://github.com/launchdarkly/rust-eventsource-client"
6
authors = ["Sam Stokes <sstokes@launchdarkly.com>"]
@@ -30,4 +30,4 @@ rustls = ["hyper-rustls", "hyper/http2"]
30
31
[[example]]
32
name = "tail"
33
-required-features = ["rustls"]
+required-features = ["rustls"]
0 commit comments