Skip to content

Commit fff30c0

Browse files
fix: properly set ID of Rust feature
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
1 parent 6af9c43 commit fff30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lang-rust/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
{
3-
"id": "rust",
3+
"id": "lang-rust",
44
"version": "0.1.0",
55
"name": "Programming Language | Rust",
66
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/rust",

0 commit comments

Comments
 (0)