Skip to content

Commit 6603689

Browse files
committed
chore: release v0.12.0-beta.5
1 parent 7e77c5e commit 6603689

File tree

2 files changed

+45
-47
lines changed

2 files changed

+45
-47
lines changed

Diff for: Cargo.lock

+40-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-core"
3-
version = "0.12.0-beta.4"
3+
version = "0.12.0-beta.5"
44
authors = ["Dr Maxim Orlovsky <[email protected]>"]
55
description = "RGB Core Library: confidential & scalable smart contracts on Bitcoin & Lightning (consensus layer)"
66
repository = "https://github.com/RGB-WG/rgb-core"
@@ -19,11 +19,11 @@ crate-type = ["cdylib", "rlib", "staticlib"] # We need this for WASM
1919

2020
[dependencies]
2121
amplify = { version = "~4.8.0", default-features = false, features = ["alloc"] }
22-
ultrasonic = "0.12.0-beta.4"
22+
ultrasonic = "0.12.0-beta.5"
2323
strict_encoding = "2.8.1"
24-
commit_verify = "~0.12.0-beta.4"
25-
single_use_seals = { version = "~0.12.0-beta.4", features = ["strict_encoding"] }
26-
bp-core = { version = "0.12.0-beta.4", optional = true }
24+
commit_verify = "~0.12.0-beta.5"
25+
single_use_seals = { version = "~0.12.0-beta.5", features = ["strict_encoding"] }
26+
bp-core = { version = "0.12.0-beta.5", optional = true }
2727
serde = { version = "1", optional = true }
2828

2929
[features]
@@ -52,10 +52,3 @@ wasm-bindgen-test = "0.3"
5252

5353
[package.metadata.docs.rs]
5454
features = ["all"]
55-
56-
[patch.crates-io]
57-
ultrasonic = { git = "https://github.com/AluVM/ultrasonic", branch = "master" }
58-
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "wtxoseal" }
59-
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "wtxoseal" }
60-
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "wtxoseal" }
61-
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "wtxoseal" }

0 commit comments

Comments
 (0)