Skip to content

Commit f6a2885

Browse files
Update glib-macros requirement from 0.18 to 0.19
Updates the requirements on [glib-macros](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.5) --- updated-dependencies: - dependency-name: glib-macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 459e607 commit f6a2885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
glib-macros = "0.18"
7+
glib-macros = "0.19"
88
once_cell = "1.17.1"
99

1010
[dependencies.granite]

0 commit comments

Comments
 (0)