Skip to content

Commit

Permalink
Re-export v2.84 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Oct 18, 2024
1 parent 179bb1a commit 7930760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ v2_76 = ["v2_74", "gio-sys/v2_76", "glib/v2_76"]
v2_78 = ["v2_76", "gio-sys/v2_78", "glib/v2_78"]
v2_80 = ["v2_78", "gio-sys/v2_80", "glib/v2_80"]
v2_82 = ["v2_80", "gio-sys/v2_82", "glib/v2_82"]
v2_84 = ["v2_82", "gio-sys/v2_84", "glib/v2_84"]

[dependencies]
libc.workspace = true
Expand Down
1 change: 1 addition & 0 deletions glib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ v2_76 = ["v2_74", "glib-sys/v2_76", "gobject-sys/v2_76"]
v2_78 = ["v2_76", "glib-sys/v2_78", "gobject-sys/v2_78"]
v2_80 = ["v2_78", "glib-sys/v2_80", "gobject-sys/v2_80"]
v2_82 = ["v2_80", "glib-sys/v2_82", "gobject-sys/v2_82"]
v2_84 = ["v2_82", "glib-sys/v2_84"]
log = ["rs-log"]
log_macros = ["log"]
compiletests = []
Expand Down

0 comments on commit 7930760

Please sign in to comment.