diff --git a/cmd/minimal/Cargo.lock b/cmd/minimal/Cargo.lock index 33b7017eb..979a90b91 100644 --- a/cmd/minimal/Cargo.lock +++ b/cmd/minimal/Cargo.lock @@ -35,14 +35,14 @@ checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "mstak" -version = "0.1.19" +version = "0.2.0" dependencies = [ "stak-sac", ] [[package]] name = "mstak-interpret" -version = "0.1.18" +version = "0.2.0" dependencies = [ "libc", "stak-device", diff --git a/cmd/minimal/interpret/Cargo.toml b/cmd/minimal/interpret/Cargo.toml index 6be32541c..f8417a37c 100644 --- a/cmd/minimal/interpret/Cargo.toml +++ b/cmd/minimal/interpret/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mstak-interpret" description = "Minimal Stak Scheme bytecode interpreter" -version = "0.1.18" +version = "0.2.0" edition.workspace = true keywords.workspace = true license-file.workspace = true diff --git a/cmd/minimal/run/Cargo.toml b/cmd/minimal/run/Cargo.toml index 2d4876227..ce610d1c6 100644 --- a/cmd/minimal/run/Cargo.toml +++ b/cmd/minimal/run/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mstak" description = "Minimal Stak Scheme interpreter" -version = "0.1.19" +version = "0.2.0" edition.workspace = true keywords.workspace = true license-file.workspace = true