Skip to content

Commit 5ca913b

Browse files
committed
Update to glib/gio 0.16
1 parent 2e61ecb commit 5ca913b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
homepage = "https://github.com/sdroege/async-tungstenite"
99
repository = "https://github.com/sdroege/async-tungstenite"
1010
documentation = "https://docs.rs/async-tungstenite"
11-
version = "0.17.2"
11+
version = "0.18.0"
1212
edition = "2018"
1313
readme = "README.md"
1414
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
@@ -92,11 +92,11 @@ version = "0.22"
9292

9393
[dependencies.gio]
9494
optional = true
95-
version = "0.15"
95+
version = "0.16"
9696

9797
[dependencies.glib]
9898
optional = true
99-
version = "0.15"
99+
version = "0.16"
100100

101101
[dev-dependencies]
102102
futures = "0.3"

0 commit comments

Comments
 (0)