Skip to content

Commit e759426

Browse files
Update target toolchain to wasm-5.7-SNAPSHOT-2022-09-18-a
1 parent a7c94d0 commit e759426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1616
rm -r /var/lib/apt/lists/*
1717

1818
ENV CARTON_ROOT=/root/.carton
19-
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.6.0-RELEASE
19+
ENV CARTON_DEFAULT_TOOLCHAIN=wasm-5.7-SNAPSHOT-2022-09-18-a
2020

2121
RUN mkdir -p $CARTON_ROOT/sdk && \
2222
mkdir -p $CARTON_ROOT/sdk/$CARTON_DEFAULT_TOOLCHAIN && \

Sources/CartonHelpers/DefaultToolchain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
public let defaultToolchainVersion = "wasm-5.6.0-RELEASE"
15+
public let defaultToolchainVersion = "wasm-5.7-SNAPSHOT-2022-09-18-a"

0 commit comments

Comments
 (0)