From 542963cf04cbe62d54a0e287fa314b05c612671f Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Fri, 5 Aug 2022 12:22:30 -0700 Subject: Prep: republish features to ghcr.io (#78) * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition --- src/rust/devcontainer-feature.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/rust') diff --git a/src/rust/devcontainer-feature.json b/src/rust/devcontainer-feature.json index bd3cd8b..5790af8 100644 --- a/src/rust/devcontainer-feature.json +++ b/src/rust/devcontainer-feature.json @@ -1,5 +1,6 @@ { "id": "rust", + "version": "1.0.0", "name": "Rust", "description": "Installs Rust, common Rust utilities, and their required dependencies", "options": { @@ -50,9 +51,5 @@ "**/target/**": true }, "rust-analyzer.checkOnSave.command": "clippy" - }, - "install": { - "app": "", - "file": "install.sh" } -} \ No newline at end of file +} -- cgit v1.2.3