Skip to content

Commit

Permalink
chore: release v0.12.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 29, 2024
1 parent b2f6696 commit d82c5ec
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 69 deletions.
96 changes: 41 additions & 55 deletions Cargo.lock

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

18 changes: 5 additions & 13 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-beta.2"
version = "0.12.0-beta.3"
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 @@ -21,10 +21,10 @@ crate-type = ["cdylib", "rlib", "staticlib"] # We need this for WASM
amplify = "~4.8.0"
strict_encoding = "~2.8.1"
strict_types = { version = "~2.8.1", optional = true }
ultrasonic = "0.12.0-beta.1"
commit_verify = { version = "~0.12.0-alpha.3", optional = true }
single_use_seals = "~0.12.0-alpha.3"
bp-core = { version = "~0.12.0-beta.1", optional = true }
ultrasonic = "0.12.0-beta.2"
commit_verify = { version = "~0.12.0-beta.1", optional = true }
single_use_seals = "~0.12.0-beta.1"
bp-core = { version = "~0.12.0-beta.2", optional = true }
serde = { version = "1", features = ["derive"], optional = true }

[features]
Expand All @@ -48,11 +48,3 @@ wasm-bindgen-test = "0.3"

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

[patch.crates-io]
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "develop" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
zk-aluvm = { git = "https://github.com/AluVM/zk-aluvm" }
ultrasonic = { git = "https://github.com/AluVM/ultrasonic" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
2 changes: 1 addition & 1 deletion src/stl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use strict_types::{CompileError, TypeLib};
use crate::{Bp, LIB_NAME_RGB_CORE};

/// Strict types id for the library providing data types for RGB consensus.
pub const LIB_ID_RGB_CORE: &str = "stl:NI~k6bPm-Ff2sxLE-keVt8Sv-f~uwGLs-IANdkev-ZbTDSwg#jargon-candid-audio";
pub const LIB_ID_RGB_CORE: &str = "stl:CHVOQxpG-2DQFIdm-dcvmuYN-JfIIZdL-dXrpDtl-zFrVLPw#invent-newton-harvard";

fn _rgb_core_stl() -> Result<TypeLib, CompileError> {
LibBuilder::new(libname!(LIB_NAME_RGB_CORE), tiny_bset! {
Expand Down

0 comments on commit d82c5ec

Please sign in to comment.