Skip to content

Commit

Permalink
Merge pull request #1083 from sdroege/smallvec-features
Browse files Browse the repository at this point in the history
glib: Enable various smallvec features
  • Loading branch information
sdroege authored Apr 17, 2023
2 parents a6e97cc + 4fa041f commit 0bac0df
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 @@ -31,7 +31,7 @@ ffi = { package = "glib-sys", path = "sys" }
gobject_ffi = { package = "gobject-sys", path = "gobject-sys" }
glib-macros = { path = "../glib-macros" }
rs-log = { package = "log", version = "0.4", optional = true }
smallvec = "1.0"
smallvec = { version = "1.0", features = ["union", "const_generics", "const_new"] }
thiserror = "1"
gio_ffi = { package = "gio-sys", path = "../gio/sys", optional = true }
memchr = "2.5.0"
Expand Down

0 comments on commit 0bac0df

Please sign in to comment.