Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rust glib 0.19 #3262

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 4, 2024

  1. rust-bindings: Ensure gir-files are fixed to glib major

    We need to use the version corresponding to the glib
    version we have.
    cgwalters committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f84b8ab View commit details
    Browse the repository at this point in the history
  2. rust-bindings: Update to latest git

    This includes a change to the ostree_sepolicy_get_name()
    API so we'll need a semver bump.
    cgwalters committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cae315c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. rust: Update to glib 0.19

    This updates us to the latest glib; only lightly tested.
    
    The rationale here is just keeping up with the train.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    68542b8 View commit details
    Browse the repository at this point in the history