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(rumqttc): Lower the MSRV to Rust version 1.64.0 #762

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

RoastVeg
Copy link
Contributor

@RoastVeg RoastVeg commented Dec 4, 2023

This PR lowers the MSRV of rumqttc to rust version 1.64.0, as reported by cargo-msrv. Everything still compiles and tests pass ok. rumqttd's MSRV is unchanged.

Type of change

Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Formatted with cargo fmt
  • Make an entry to CHANGELOG.md if it's relevant to the users of the library. If it's not relevant mention why.

@swanandx
Copy link
Member

swanandx commented Dec 5, 2023

I tried cargo-msrv and it is giving:

The MSRV is: 1.64.0

can you just verify once 🤔

@RoastVeg
Copy link
Contributor Author

RoastVeg commented Dec 5, 2023

It looks like addr2line sets their MSRV to 1.65, but it can be compiled with 1.64. I'm not certain what the best practice is here, but surely rumqttc should follow its dependencies?

@swanandx
Copy link
Member

swanandx commented Dec 5, 2023

lets rely on cargo msrv for this case :)

@RoastVeg RoastVeg changed the title fix(rumqttc): Lower the MSRV to Rust version 1.65.0 fix(rumqttc): Lower the MSRV to Rust version 1.64.0 Dec 6, 2023
@swanandx swanandx merged commit 68736bd into bytebeamio:main Dec 6, 2023
3 checks passed
@swanandx
Copy link
Member

swanandx commented Dec 7, 2023

Thanks for contributing 😁

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.

2 participants