Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Jul 9, 2021
1 parent 44190cf commit 6e1005f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"]
authors = ["Daniel Abramov <[email protected]>", "Alexey Galakhov <[email protected]>"]
license = "MIT"
homepage = "https://github.com/snapview/tokio-tungstenite"
documentation = "https://docs.rs/tokio-tungstenite/0.14.0"
documentation = "https://docs.rs/tokio-tungstenite/0.15.0"
repository = "https://github.com/snapview/tokio-tungstenite"
version = "0.14.0"
version = "0.15.0"
edition = "2018"

[package.metadata.docs.rs]
Expand All @@ -29,7 +29,7 @@ pin-project = "1.0"
tokio = { version = "1.0.0", default-features = false, features = ["io-util"] }

[dependencies.tungstenite]
version = "0.13.0"
version = "0.14.0"
default-features = false

[dependencies.native-tls-crate]
Expand Down

0 comments on commit 6e1005f

Please sign in to comment.