Skip to content

Commit

Permalink
fix(serverless): support rust179 instead of rust178 (scaleway#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Jun 20, 2024
1 parent 1112036 commit 75e45bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/function/v1beta1/function_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const (
FunctionRuntimePython312 = FunctionRuntime("python312")
FunctionRuntimePhp83 = FunctionRuntime("php83")
FunctionRuntimeGo122 = FunctionRuntime("go122")
FunctionRuntimeRust178 = FunctionRuntime("rust178")
FunctionRuntimeRust179 = FunctionRuntime("rust179")
)

func (enum FunctionRuntime) String() string {
Expand Down Expand Up @@ -283,7 +283,7 @@ func (enum FunctionRuntime) Values() []FunctionRuntime {
"python312",
"php83",
"go122",
"rust178",
"rust179",
}
}

Expand Down

0 comments on commit 75e45bd

Please sign in to comment.