Skip to content

Commit a3f36d6

Browse files
xzakharovchrmarti
authored andcommitted
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]>
1 parent 9bc8b38 commit a3f36d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"integrity": "sha256:e7dc4d37ab9e3d6e7ebb221bac741f5bfe07dae47025399d038b17af2ed8ddb7"
77
},
88
"ghcr.io/devcontainers/features/rust:1": {
9-
"version": "1.1.3",
10-
"resolved": "ghcr.io/devcontainers/features/rust@sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb",
11-
"integrity": "sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb"
9+
"version": "1.3.3",
10+
"resolved": "ghcr.io/devcontainers/features/rust@sha256:2521a8eeb4911bfcb22557c8394870ea22eb790d8e52219ddc5182f62d388995",
11+
"integrity": "sha256:2521a8eeb4911bfcb22557c8394870ea22eb790d8e52219ddc5182f62d388995"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)