Skip to content

Commit 8be4962

Browse files
committed
chore: release v0.11.0 beta 8
1 parent 4f67584 commit 8be4962

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

Cargo.lock

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-core"
3-
version = "0.11.0-beta.7"
3+
version = "0.11.0-beta.8"
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"
@@ -24,12 +24,12 @@ required-features = ["stl"]
2424
[dependencies]
2525
amplify = { version = "~4.7.0", features = ["rand"] }
2626
baid64 = "~0.2.2"
27-
strict_encoding = "~2.7.0-rc.1"
28-
strict_types = { version = "~2.7.0-rc.1", features = ["armor"] }
29-
aluvm = { version = "~0.11.0-beta.7", features = ["std", "ascii-armor"] }
30-
commit_verify = { version = "~0.11.0-beta.7", features = ["rand", "derive"] }
31-
single_use_seals = "~0.11.0-beta.7"
32-
bp-core = { version = "~0.11.0-beta.7" }
27+
strict_encoding = "~2.7.0"
28+
strict_types = { version = "~2.7.0", features = ["armor"] }
29+
aluvm = { version = "~0.11.0-beta.8", features = ["std", "ascii-armor"] }
30+
commit_verify = { version = "~0.11.0-beta.8", features = ["rand", "derive"] }
31+
single_use_seals = "~0.11.0-beta.8"
32+
bp-core = { version = "~0.11.0-beta.8" }
3333
secp256k1-zkp = { version = "0.11.0", features = ["rand", "rand-std", "global-context"] } # TODO: Update version before the release
3434
mime = "~0.3.17"
3535
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)