Skip to content

Commit

Permalink
glib: Depend on glib-macros 0.17.3 for ValueDelegate derive macro
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Mar 6, 2023
1 parent efa0b76 commit 26d1a02
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 @@ -29,7 +29,7 @@ futures-channel = "0.3"
futures-util = "0.3"
ffi = { package = "glib-sys", path = "sys", version = "0.17" }
gobject_ffi = { package = "gobject-sys", path = "gobject-sys", version = "0.17" }
glib-macros = { path = "../glib-macros", version = "0.17" }
glib-macros = { path = "../glib-macros", version = "0.17.3" }
rs-log = { package = "log", version = "0.4", optional = true }
smallvec = "1.0"
thiserror = "1"
Expand Down

0 comments on commit 26d1a02

Please sign in to comment.