Skip to content

Commit 0bac0df

Browse files
authored
Merge pull request #1083 from sdroege/smallvec-features
glib: Enable various smallvec features
2 parents a6e97cc + 4fa041f commit 0bac0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ffi = { package = "glib-sys", path = "sys" }
3131
gobject_ffi = { package = "gobject-sys", path = "gobject-sys" }
3232
glib-macros = { path = "../glib-macros" }
3333
rs-log = { package = "log", version = "0.4", optional = true }
34-
smallvec = "1.0"
34+
smallvec = { version = "1.0", features = ["union", "const_generics", "const_new"] }
3535
thiserror = "1"
3636
gio_ffi = { package = "gio-sys", path = "../gio/sys", optional = true }
3737
memchr = "2.5.0"

0 commit comments

Comments
 (0)