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