Unverified Commit 4bb0335b authored by Gaurav Saini's avatar Gaurav Saini Committed by GitHub

[rust] - remove crates deprecated ext. - install dependi ext. instead (#1045)

* [rust] - remove crates deprecated ext. - install dependi ext. instead

* Update devcontainer-feature.json

* [rust] - bump minor version as removed extension

* Update src/rust/devcontainer-feature.json

---------
Co-authored-by: 's avatarSamruddhi Khandale <samruddhikhandale@github.com>
parent 47e1764c
{
"id": "rust",
"version": "1.2.0",
"version": "1.3.0",
"name": "Rust",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/rust",
"description": "Installs Rust, common Rust utilities, and their required dependencies",
......@@ -56,8 +56,7 @@
"extensions": [
"vadimcn.vscode-lldb",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates"
"tamasfe.even-better-toml"
],
"settings": {
"files.watcherExclude": {
......@@ -80,4 +79,4 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment