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

Re-enable improper_ctypes lint on bindings and update CI #73

Merged
merged 2 commits into from
Apr 23, 2024

Commits on Apr 21, 2024

  1. Re-enable improper_ctypes lint on bindings

    The linked issue rust-lang/rust#34798
    has since been fixed, and rust will not warn if
    PhantomData is used in FFI structs.
    See also: rust-lang/rust#39462
    jschwe committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3717a03 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    Fixes warnings on github actions about updating to
    Node v20 by updating the used actions.
    actions-rs/toolchain is not maintained anymore, switch
    to dtolnay/rust-toolchain instead.
    jschwe committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a1c2991 View commit details
    Browse the repository at this point in the history