Skip to content

Commit e48f347

Browse files
committed
feat(cli): set minimum cartesi-machine version to 0.19.0
1 parent 4e81be2 commit e48f347

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/stupid-points-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/cli": patch
3+
---
4+
5+
set minimum cartesi-machine version to 0.19.0

apps/cli/src/exec/cartesi-machine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
execaDockerFallback,
66
} from "./util.js";
77

8-
export const requiredVersion = new Range("^0.18.1");
8+
export const requiredVersion = new Range("^0.19.0");
99

1010
export const boot = async (
1111
args: readonly string[],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TEST_SDK = "cartesi/sdk:0.12.0-alpha.10";
1+
export const TEST_SDK = "cartesi/sdk:0.12.0-alpha.20";

0 commit comments

Comments
 (0)