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

upgrades x11-dl to 2.18.5 to fix #376 #1517

Merged

Commits on Mar 25, 2020

  1. upgrades x11-dl to 2.18.5 to fix rust-windowing#376

    x11-dl was using std::mem::uninitialized incorrectly and when
    rustlang added MaybeUninit and intrinsic panics on UB caused
    by improper use of uninitialized (see rust-lang/rust/pull/69922)
    it caused issues with X11 initialization. x11-dl pr
    AltF02/x11-rs/pull/101 updated x11-dl to use MaybeUninit
    correctly
    matthew-russo committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    b70f0d0 View commit details
    Browse the repository at this point in the history