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

Update CoAP crates to work without declaring any nightly features #14

Merged
merged 3 commits into from
Sep 26, 2022

Conversation

chrysn
Copy link
Member

@chrysn chrysn commented Sep 22, 2022

No description provided.

In cases like the current PR this is essential -- otherwise, if either
of them has increased its dependencies, the override will be ignored
fully, and the older release is used instead.
@chrysn
Copy link
Member Author

chrysn commented Sep 26, 2022

Blocked until RIOT-OS/riotdocker#207 is through.

bors bot added a commit to RIOT-OS/riotdocker that referenced this pull request Sep 26, 2022
207: rust: Update nightly version r=kaspar030 a=chrysn

This is what #204 should have been, but as that nightly build did not contain that day's rustc, the intended version was not installed.

---

I did tests back in #204, but they were about "do they existing things still work", not (what I couldn't test easily back then, as it'd have spanned many crates at once) "does it also have the intended effect of allowing stable use of all the new features".

This unblocks RIOT-OS/rust-riot-wrappers#14, and would have made the rollback of RIOT-OS/RIOT#18642 (comment) unnecessary.

Co-authored-by: chrysn <[email protected]>
This simplifies the Cargo.toml as coap-numbers' alloc is now opt-in, and
reduces duplication with the other CoAP crates which already use 0.2.
@chrysn chrysn merged commit 444ec50 into main Sep 26, 2022
@chrysn chrysn deleted the update-coap-crates-to-post-feature branch September 26, 2022 10:07
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