close
Skip to content

fix(devcontainer): bump rust feature to fix container build#250430

Merged
chrmarti merged 1 commit into
microsoft:mainfrom
xzakharov:fix/devcontainer
Jun 4, 2025
Merged

fix(devcontainer): bump rust feature to fix container build#250430
chrmarti merged 1 commit into
microsoft:mainfrom
xzakharov:fix/devcontainer

Conversation

@xzakharov
Copy link
Copy Markdown
Contributor

Rust 1.87.0 removed the RLS and rust-analysis components, which led to an error when building the 'rust' devcontainer feature.

This commit bumps the feature version to 1.3.3, where those components have been removed from the build script, resolving the issue.

Closes: #250420

Rust 1.87.0 removed the RLS and rust-analysis components, which led to
an error when building the 'rust' devcontainer feature.

This commit bumps the feature version to 1.3.3, where those components
have been removed from the build script, resolving the issue.

Closes: microsoft#250420
Signed-off-by: Oleksandr Zakharov <x.zakharov@proton.me>
Copy link
Copy Markdown
Collaborator

@chrmarti chrmarti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@vs-code-engineering vs-code-engineering Bot added this to the May 2025 milestone Jun 4, 2025
@chrmarti chrmarti enabled auto-merge (rebase) June 4, 2025 08:22
@chrmarti chrmarti merged commit a3f36d6 into microsoft:main Jun 4, 2025
7 checks passed
@vs-code-engineering vs-code-engineering Bot locked and limited conversation to collaborators Jul 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

devcontainer build error (rust feature)

3 participants