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

Conversation

tony-iqlusion
Copy link
Member

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.

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 tony-iqlusion merged commit 7031191 into main Aug 24, 2021
@tony-iqlusion tony-iqlusion deleted the msrv-1.54 branch August 24, 2021 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant