Skip to content

Commit 404cf06

Browse files
build(deps): update glib requirement from 0.19 to 0.20
Updates the requirements on [glib](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.19.0...0.20.0) --- updated-dependencies: - dependency-name: glib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8f2a16 commit 404cf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compio-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ core-foundation = "0.9.4"
6161
block2 = "0.5.0"
6262

6363
[target.'cfg(not(any(windows, target_os = "macos")))'.dev-dependencies]
64-
glib = "0.19"
64+
glib = "0.20"
6565

6666
[features]
6767
event = ["dep:cfg-if", "compio-buf/arrayvec"]

0 commit comments

Comments
 (0)