Skip to content

Commit

Permalink
chore: release v0.12.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 4, 2024
1 parent 4beb178 commit 9f28ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/aluvm/rust-aluvm"
homepage = "https://aluvm.org"
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 9f28ec7

Please sign in to comment.