Skip to content

Commit

Permalink
chore: release v0.12.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 29, 2024
1 parent d3732e3 commit 6857086
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zk-aluvm"
description = "AluVM extensions for zero knowledge, STARKs and SNARKs"
version = "0.12.0-beta.1"
version = "0.12.0-beta.2"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
repository = "https://github.com/aluvm/zk-aluvm"
homepage = "https://aluvm.org"
Expand All @@ -18,9 +18,9 @@ name = "zkaluvm"

[dependencies]
amplify = { version = "~4.8.0", default-features = false, features = ["derive"] }
strict_encoding = { version = "~2.8.0", default-features = false, features = ["derive"] }
strict_types = { version = "~2.8.0", optional = true }
aluvm = "0.12.0-beta.2"
strict_encoding = { version = "~2.8.1", default-features = false, features = ["derive"] }
strict_types = { version = "~2.8.1", optional = true }
aluvm = "0.12.0-beta.3"
serde = { version = "1", optional = true }

[features]
Expand Down

0 comments on commit 6857086

Please sign in to comment.