Skip to content

Commit af80b95

Browse files
committed
Synchronize gobject-sys version with workspace glib-sys version.
1 parent d7dba52 commit af80b95

File tree

3 files changed

+20
-64
lines changed

3 files changed

+20
-64
lines changed

Cargo.lock

Lines changed: 18 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/vdo-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pkg-config = { workspace = true }
99

1010
[dependencies]
1111
glib-sys = { workspace = true }
12-
gobject-sys = "0.20.4"
12+
gobject-sys = "0.19.5"

crates/vdo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ log.workspace = true
99
anyhow.workspace = true
1010
glib.workspace = true
1111
glib-sys.workspace = true
12-
gobject-sys = "0.20.4"
12+
gobject-sys = "0.19.5"
1313
thiserror.workspace = true
1414

1515
[features]

0 commit comments

Comments
 (0)