Skip to content

Commit 0a6ff2b

Browse files
committed
chore: set vm-rs version
1 parent 207628e commit 0a6ff2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/lib/build-strategies/strategies/DockerVMStrategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const CONFIGS: Record<BuildableLanguage, VMConfig> = {
3636
"wasm/rust": {
3737
defaultIncludes: ["Cargo.toml", "Cargo.lock"],
3838
baseImage: "polywrap/vm-base-rs",
39-
version: "0.2.0",
39+
version: "0.2.1",
4040
},
4141
"wasm/assemblyscript": {
4242
defaultIncludes: ["package.json", "package-lock.json", "yarn.lock"],

0 commit comments

Comments
 (0)