Skip to content

Commit cc418db

Browse files
committed
release 0.6.0
1 parent d78c041 commit cc418db

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,6 +1,6 @@
11
[package]
22
name = "eventsource-client"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["Sam Stokes <sstokes@launchdarkly.com>"]
@@ -30,4 +30,4 @@ rustls = ["hyper-rustls", "hyper/http2"]
3030

3131
[[example]]
3232
name = "tail"
33-
required-features = ["rustls"]
33+
required-features = ["rustls"]

0 commit comments

Comments
 (0)