|
|
|
@ -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.17.2" |
|
|
|
|
version = "0.18.0" |
|
|
|
|
edition = "2018" |
|
|
|
|
readme = "README.md" |
|
|
|
|
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] |
|
|
|
@ -92,11 +92,11 @@ version = "0.22" |
|
|
|
|
|
|
|
|
|
[dependencies.gio] |
|
|
|
|
optional = true |
|
|
|
|
version = "0.15" |
|
|
|
|
version = "0.16" |
|
|
|
|
|
|
|
|
|
[dependencies.glib] |
|
|
|
|
optional = true |
|
|
|
|
version = "0.15" |
|
|
|
|
version = "0.16" |
|
|
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
|
futures = "0.3" |
|
|
|
|