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

Use core instead of std for net types. #937

Merged
merged 6 commits into from
May 27, 2024
Merged

Conversation

liamkinne
Copy link
Contributor

Helpful for using .into() with these types on no_std platforms.

@liamkinne
Copy link
Contributor Author

To fix MSRV should this be gated behind an ip_in_core feature?

@Dirbaio
Copy link
Member

Dirbaio commented May 26, 2024

IMO we can just increase the MSRV, unless someone has some objection.

@liamkinne
Copy link
Contributor Author

Have brought the msrv up. If it's okay, I will fix the clippy lints in another PR to not pollute this one with unrelated changes.

@crawford
Copy link
Contributor

Bumping the MSRV brings with it the changes to Clippy's lints. In my opinion, it's fine to have the linting changes in this PR. If they're done in a separate commit, it's still easy to follow.

@liamkinne
Copy link
Contributor Author

Ready for review.

@Dirbaio
Copy link
Member

Dirbaio commented May 27, 2024

there's more places where MSRV should be updated, like the readme. please grep for "1.65" and update them all.

@Dirbaio Dirbaio added this pull request to the merge queue May 27, 2024
Merged via the queue into smoltcp-rs:main with commit 57b1dd4 May 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants