Skip to content

Commit 0e73067

Browse files
Update gio requirement from 0.18 to 0.19
Updates the requirements on [gio](https://github.com/gtk-rs/gtk-rs-core) to permit the latest version. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](gtk-rs/gtk-rs-core@0.18.0...0.18.4) --- updated-dependencies: - dependency-name: gio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 459e607 commit 0e73067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ features = ["v7_1"]
1616
version = "0.18"
1717

1818
[dependencies.gio]
19-
version = "0.18"
19+
version = "0.19"
2020

2121
[dependencies.gtk]
2222
package = "gtk4"

granite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ once_cell = "1.17"
3131
version = "0.18"
3232

3333
[dependencies.gio]
34-
version = "0.18"
34+
version = "0.19"
3535

3636
[dependencies.gdk]
3737
package = "gdk4"

0 commit comments

Comments
 (0)