Skip to content

Update dependencies that broke CI#102

Merged
malishav merged 2 commits into
lake-rs:mainfrom
chrysn-pull-requests:published-cc2538-hal
Sep 30, 2023
Merged

Update dependencies that broke CI#102
malishav merged 2 commits into
lake-rs:mainfrom
chrysn-pull-requests:published-cc2538-hal

Conversation

@chrysn

@chrysn chrysn commented Sep 29, 2023

Copy link
Copy Markdown
Member

With thvdveld/cc2538-hal#2 closed, cc2538-hal now has a published 0.2.0 that contains the crypto code we previously had a git branch dependency on.

This should fix the build failures that started when the PR was closed and the branch removed.

The -pac crate is updated in lockstep with -hal's dependency to avoid duplicates; the .take().expect(...) idiom is exchanged with an unsafe .steal() following the examples of cc2538-hal.

Contributes-To: #98

CC'ing @thvdveld who is probably the best person to review this.

@chrysn

chrysn commented Sep 29, 2023

Copy link
Copy Markdown
Member Author

I've updated the PR to also work around a semver incompatible update to the coap crate in Covertness/coap-rs#87, which hit crates.io about 4h ago. Keeping both in one PR as none of them alone has a chance of clearing CI.

@chrysn chrysn changed the title chore: Update cc2538 dependency Update dependencies that broke CI Sep 29, 2023
The 0.12.2 version briefly caused build issues[1], and while the
problematic release is yanked, this is still a good update.

[1]: Covertness/coap-rs#87
@chrysn chrysn force-pushed the published-cc2538-hal branch from bed7c33 to 25964b6 Compare September 30, 2023 09:40
@chrysn

chrysn commented Sep 30, 2023

Copy link
Copy Markdown
Member Author

One more fix: covertness fixed the coap-rs issue, so to avoid referencing a now yanked version, the forcepushed version now uses the newest CoAP release right away.

@malishav

Copy link
Copy Markdown
Member

Let me know if this is ready for merge?

@chrysn

chrysn commented Sep 30, 2023 via email

Copy link
Copy Markdown
Member Author

@malishav malishav merged commit 337c47c into lake-rs:main Sep 30, 2023
@malishav

Copy link
Copy Markdown
Member

Thanks for providing this PR!

@chrysn chrysn deleted the published-cc2538-hal branch September 30, 2023 17:43
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