chore: Update libadwaita dependency

This commit is contained in:
Kévin Commaille 2022-09-28 15:24:18 +02:00
parent d6024184c0
commit af1bbba90e
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C
2 changed files with 7 additions and 5 deletions

10
Cargo.lock generated
View file

@ -2258,10 +2258,11 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]] [[package]]
name = "libadwaita" name = "libadwaita"
version = "0.2.0-alpha.2" version = "0.2.0-alpha.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49ad2318c7abc8629b1d1ed381bd0356c184ae8f4caebc044ef9de1782c86046" checksum = "73815fa30ca62d1db2713fe87cfd1cea41cad076ccdece6bb8328032db152f47"
dependencies = [ dependencies = [
"bitflags",
"futures-channel", "futures-channel",
"gdk-pixbuf", "gdk-pixbuf",
"gdk4", "gdk4",
@ -2276,9 +2277,9 @@ dependencies = [
[[package]] [[package]]
name = "libadwaita-sys" name = "libadwaita-sys"
version = "0.2.0-alpha.2" version = "0.2.0-alpha.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835f99b92f6e7f43ddb2c0ca79d9d21124a170190876505e03484f337f7edc7" checksum = "b91960ec236b6fecdace0491ae1e4aac938d1c6adffd5939f811f3ed6592a59e"
dependencies = [ dependencies = [
"gdk4-sys", "gdk4-sys",
"gio-sys", "gio-sys",
@ -2286,6 +2287,7 @@ dependencies = [
"gobject-sys", "gobject-sys",
"gtk4-sys", "gtk4-sys",
"libc", "libc",
"pango-sys",
"system-deps", "system-deps",
] ]

View file

@ -64,7 +64,7 @@ features = ["v4_6"]
[dependencies.adw] [dependencies.adw]
package = "libadwaita" package = "libadwaita"
version = "0.2.0-alpha.2" version = "0.2.0-alpha.3"
features = ["v1_2"] features = ["v1_2"]
[dependencies.shumate] [dependencies.shumate]