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

Fix compilation for rustc > 1.80 #119

Closed
wants to merge 2 commits into from

Commits on Aug 6, 2024

  1. cargo.lock: bump time version

    Bumping time to 0.3.36. Fix the build for rustc > 1.80.
    
    Fix twosigma#118
    picnoir committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b68e835 View commit details
    Browse the repository at this point in the history
  2. ffi/Hostent: ignore unused variable error on addr_type

    We don't really use it for now, this is already encoded in the
    addrlist. But let's keep this structure aligned with the glibc
    counterpart.
    picnoir committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    74343b4 View commit details
    Browse the repository at this point in the history