-
Notifications
You must be signed in to change notification settings - Fork 33
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 for Rust needs #84
Conversation
aee256d
to
dd70dc6
Compare
@@ -1,5 +1,11 @@ | |||
FROM ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest | |||
|
|||
ARG RUST_STABLE_VERSION=1.72.0 | |||
ARG RUST_NIGHTLY_VERSION=nightly-2022-12-02 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't remember why we pinned this nightly version. It feel fairly old already. If we know why, we should add a comment explaining it. Else, mabe we could use a newer version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At that time it was pretty recent. But yeah we should update it.
No description provided.