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

Upgrade Rust to 1.78.0. #212

Merged
merged 2 commits into from
May 3, 2024
Merged

Upgrade Rust to 1.78.0. #212

merged 2 commits into from
May 3, 2024

Commits on May 3, 2024

  1. Upgrade Rust to 1.78.0.

    The 1.78 release bumps the minimum supported Windows version to Windows
    10; so we bump our major version to indicate the breaking change, and,
    ~1.5 years after the first public release, semi-offcially declare
    stability given some level of battle testing.
    
    As a point of reference, Microsoft support for Windows 8 ended on
    January 12, 2016, and support for Windows 8.1 ended on
    January 10, 2023; so `scie-jump` likely only ever could have had
    Windows 8.1 users.
    
    The release announcement is here:
      https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html
    jsirois committed May 3, 2024
    Configuration menu
    Copy the full SHA
    23c7b66 View commit details
    Browse the repository at this point in the history
  2. Actually bump to 1.0.0.

    jsirois committed May 3, 2024
    Configuration menu
    Copy the full SHA
    07be28f View commit details
    Browse the repository at this point in the history