Skip to content

Commit

Permalink
Replace deprecated devcontainer features (#106)
Browse files Browse the repository at this point in the history
While starting the dev container, the following message is displayed:


```
[3285 ms] * Processing feature: rust
[3285 ms] (!) WARNING: Using the deprecated ‘rust’ Feature. See https://github.com/devcontainers/features/tree/main/src/rust#example-usage for the updated Feature.
```
  • Loading branch information
tetienne authored May 3, 2023
1 parent c6205f9 commit 25be7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"remoteUser": "vscode",
"features": {
"rust": "latest"
"ghcr.io/devcontainers/features/rust:1": {}
}
}
}

0 comments on commit 25be7a3

Please sign in to comment.