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

Bump MSRV to 1.54 #122

Merged
merged 2 commits into from
Aug 24, 2021
Merged

Bump MSRV to 1.54 #122

merged 2 commits into from
Aug 24, 2021

Commits on Aug 24, 2021

  1. Bump MSRV to 1.54

    This is mainly to work around a very annoying bug in 1.51 which prevents
    publishing any of the crates in this repo:
    
    ```
       Packaging cosmos_sdk v0.3.0 (src/cosmos-rust/cosmos-sdk-rs)
    error: failed to prepare local package for uploading
    
    Caused by:
      values must be emitted before tables
    ```
    
    I'm not sure what the root cause is exactly, but whatever it is it
    appears to be fixed in newer versions of Rust.
    
    This commit bumps to 1.54, which is the latest stable release.
    tony-iqlusion committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    37120b9 View commit details
    Browse the repository at this point in the history
  2. clippy fixes

    tony-iqlusion committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4ab251d View commit details
    Browse the repository at this point in the history