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 rust and node dependencies #20

Merged
merged 2 commits into from
May 30, 2023

Conversation

hnez
Copy link
Member

@hnez hnez commented May 10, 2023

Update dependencies via

$ cargo update
$ cd web
$ npm update

With the exception of the rust dependency winnow which was manually limited to version 0.4.1 instead of the newest upstream release 0.4.6 due to a minimum rust version bump after 0.4.1 which is incompatible with the current rust version in meta-lxatac:

$ bitbake tacd
| error: package `winnow v0.4.5` cannot be built because it requires rustc 1.64.0 or newer, while the currently active rustc version is 1.63.0
| WARNING: exit code 101 from a shell command.

A langdale -> mickledore yocto update will bring a sufficiently new rust version to update winnow.

Related Pull Requests

  • This PR is based on Poll for RAUC updates and show notifications #19 even though the change is completely orthogonal to the changes there. This is done to have a commit hash to point to in my meta-lxatac recipes. It should likely be merged first.

@hnez hnez marked this pull request as ready for review May 25, 2023 05:54
hnez added 2 commits May 25, 2023 10:03
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
@hnez
Copy link
Member Author

hnez commented May 25, 2023

I've rebased this PR directly on top of main now because I've started maintaining my own main branch over at hnez/tacd that I use for my meta-lxatac development.

@hnez hnez merged commit 9a9bb7e into linux-automation:main May 30, 2023
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