Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Nov 8, 2024
1 parent 9703425 commit b6ea26f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkg/sdkclient/serverinfo/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ var minimumSupportedSDKVersions = sdkConstraints{
},
Rust: map[ContainerType]string{
// meaning the minimum supported rust SDK version is 0.2.0
sourcer: "0.2.0-z",
sourcetransformer: "0.2.0-z",
sinker: "0.2.0-z",
mapper: "0.2.0-z",
reducer: "0.2.0-z",
reducestreamer: "0.2.0-z",
sessionreducer: "0.2.0-z",
sideinput: "0.2.0-z",
fbsinker: "0.2.0-z",
sourcer: "0.1.0-z",
sourcetransformer: "0.1.0-z",
sinker: "0.1.0-z",
mapper: "0.1.0-z",
reducer: "0.1.0-z",
reducestreamer: "0.1.0-z",
sessionreducer: "0.1.0-z",
sideinput: "0.1.0-z",
fbsinker: "0.1.0-z",
},
}

Expand Down

0 comments on commit b6ea26f

Please sign in to comment.