Skip to content

Commit 877702c

Browse files
authored
fix(serverless): support rust179 instead of rust178 (#1332)
1 parent fb373f7 commit 877702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export type FunctionRuntime =
5656
| 'python312'
5757
| 'php83'
5858
| 'go122'
59-
| 'rust178'
59+
| 'rust179'
6060

6161
export type FunctionStatus =
6262
| 'unknown'

0 commit comments

Comments
 (0)