Skip to content

Commit f762bdc

Browse files
gobject: Work around wrongly added v2_82 feature
That feature should not even exist at all. The problem comes from <https://github.com/gtk-rs/gir/blob/main/src/codegen/sys/cargo_toml.rs#L126-L136> but as i don't have the time to track it down, let us work around it for now
1 parent 10e4c61 commit f762bdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

glib/gobject-sys/Gir.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ girs_directories = ["../../gir-files"]
99
external_libraries = [
1010
"GLib",
1111
]
12-
12+
extra_versions = [
13+
"2.82"
14+
]
1315
ignore = [
1416
"GObject.VaClosureMarshal",
1517
"GObject.SignalCVaMarshaller",

0 commit comments

Comments
 (0)