Skip to content

Commit

Permalink
feat(hole-punch/rust): use v0.53 release (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Nov 16, 2023
1 parent a87f0ad commit 7ca92e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image_name := rust-master
commitSha := 461209ab1ba6b8e2a653ca354a5aad38802a35f9
image_name := rust-v0.53
commitSha := 7f4ba690e87a867403f6266d8ee7d7db5e7a15bc

all: image.json

Expand Down
5 changes: 2 additions & 3 deletions hole-punch-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ export type Version = {

export const versions: Array<Version> = [
{
id: "rust-master",
transports: ["tcp", "quic"],
containerImageID: readImageId("./impl/rust/master/image.json"),
id: "rust-v0.53",
transports: ["tcp", "quic"]
} as Version,
].map((v: Version) => (typeof v.containerImageID === "undefined" ? ({ ...v, containerImageID: readImageId(canonicalImagePath(v.id)) }) : v))

Expand Down

0 comments on commit 7ca92e8

Please sign in to comment.