Update to glib/gio 0.16

pull/110/head
Sebastian Dröge 2 years ago
parent 2e61ecbbb1
commit 5ca913b839
  1. 6
      Cargo.toml

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

Loading…
Cancel
Save