Skip to content

Commit 818cec8

Browse files
authored
Add rust-toolchain support (#463)
1 parent 0ca7de4 commit 818cec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/infra/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ var packageManagerLookup = map[string]string{
273273
"swift": "swift",
274274
"devcontainers": "devcontainers",
275275
"uv": "uv",
276+
"rust_toolchain": "rust-toolchain",
276277
}
277278

278279
func setImageNames(params *RunParams) error {

0 commit comments

Comments
 (0)