You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(devcontainer): bump rust feature to fix container build
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 <[email protected]>
0 commit comments