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 ca49a7d commit 6399a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-core"
version = "0.12.0-nightly"
version = "0.12.0-beta.1"
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
description = "RGB Core Library: confidential & scalable smart contracts on Bitcoin & Lightning (consensus layer)"
repository = "https://github.com/RGB-WG/rgb-core"
Expand All @@ -26,7 +26,7 @@ amplify = "~4.8.0"
baid64 = "~0.3.0"
strict_encoding = "~2.8.0"
strict_types = "~2.8.0" # TODO: Make strict types optional, used only in STL
aluvm = { version = "~0.12.0-alpha.1", features = ["zk-aluvm"] }
aluvm = { version = "~0.12.0-beta.1", features = ["zk-aluvm"] }
commit_verify = { version = "~0.12.0-alpha.2", features = ["derive"] }
single_use_seals = "~0.12.0-alpha.2"
serde = { version = "1", features = ["derive"], optional = true }
Expand All @@ -53,6 +53,3 @@ wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = ["all"]

[patch.crates-io]
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "v0.12" }

0 comments on commit 6399a71

Please sign in to comment.