From b75f18e71e221b68fce8173094b3ddb71e314486 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Sat, 25 Sep 2021 21:54:00 +0200 Subject: [PATCH] chore: bump subwasm version to support V14 runtimes (#623) --- .github/workflows/srtool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 46072c81bf..e1a615250a 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -1,7 +1,7 @@ name: Srtool build env: - SUBWASM_VERSION: 0.13.2 + SUBWASM_VERSION: 0.14.1 on: push: