Release 0.12.0

pull/77/head 0.12.0
Sebastian Dröge 4 years ago
parent 1ec33071e4
commit f276998e55
  1. 4
      Cargo.toml

@ -8,7 +8,7 @@ license = "MIT"
homepage = "https://github.com/sdroege/async-tungstenite"
repository = "https://github.com/sdroege/async-tungstenite"
documentation = "https://docs.rs/async-tungstenite"
version = "0.11.0"
version = "0.12.0"
edition = "2018"
readme = "README.md"
@ -33,7 +33,7 @@ futures-io = { version = "0.3", default-features = false, features = ["std"] }
pin-project-lite = "0.2"
[dependencies.tungstenite]
version = "0.11.0"
version = "0.12.0"
default-features = false
[dependencies.async-std]

Loading…
Cancel
Save