Skip to content

Commit

Permalink
glib: Depend on glib-macros 0.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Mar 19, 2022
1 parent ddd4bc1 commit 2d23ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures-executor = "0.3"
futures-channel = "0.3"
ffi = {package = "glib-sys", path = "sys", version = "0.15.1"}
gobject_ffi = {package = "gobject-sys", path = "gobject-sys", version = "0.15.1"}
glib-macros = {path = "../glib-macros", version = "0.15.1"}
glib-macros = {path = "../glib-macros", version = "0.15.10"}
rs-log = { package = "log", version = "0.4", optional = true }
smallvec = "1.0"
thiserror = "1"
Expand Down

0 comments on commit 2d23ae1

Please sign in to comment.