From 9f28ec7f7e83586a98c29ac717cab65e327abec8 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Tue, 5 Nov 2024 00:00:37 +0100 Subject: [PATCH] chore: release v0.12.0-beta.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1263abf..feea9c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aluvm" -version = "0.12.0-alpha.1" +version = "0.12.0-beta.1" dependencies = [ "amplify", "ascii-armor", diff --git a/Cargo.toml b/Cargo.toml index 20af14c..08230fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aluvm" description = "Functional registry-based RISC virtual machine" -version = "0.12.0-alpha.1" +version = "0.12.0-beta.1" authors = ["Dr Maxim Orlovsky "] repository = "https://github.com/aluvm/rust-aluvm" homepage = "https://aluvm.org" @@ -34,7 +34,7 @@ serde = { version = "1", optional = true } default = [] # `all` must exclude specific ISA, which may be in a conflict with each other # The consumer of the library is expected to add required ISA manually -all = ["std", "stl", "log", "armor", "serde"] +all = ["std", "stl", "log", "armor", "serde", "zk-aluvm"] std = ["amplify/std"] armor = ["dep:ascii-armor", "strict_types/armor"]