Skip to content

Commit

Permalink
chore: release v0.11.0 beta 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 4, 2024
1 parent 4f67584 commit 8be4962
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
102 changes: 51 additions & 51 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-core"
version = "0.11.0-beta.7"
version = "0.11.0-beta.8"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
description = "RGB Core Library: confidential & scalable smart contracts on Bitcoin & Lightning (consensus layer)"
repository = "https://github.com/RGB-WG/rgb-core"
Expand All @@ -24,12 +24,12 @@ required-features = ["stl"]
[dependencies]
amplify = { version = "~4.7.0", features = ["rand"] }
baid64 = "~0.2.2"
strict_encoding = "~2.7.0-rc.1"
strict_types = { version = "~2.7.0-rc.1", features = ["armor"] }
aluvm = { version = "~0.11.0-beta.7", features = ["std", "ascii-armor"] }
commit_verify = { version = "~0.11.0-beta.7", features = ["rand", "derive"] }
single_use_seals = "~0.11.0-beta.7"
bp-core = { version = "~0.11.0-beta.7" }
strict_encoding = "~2.7.0"
strict_types = { version = "~2.7.0", features = ["armor"] }
aluvm = { version = "~0.11.0-beta.8", features = ["std", "ascii-armor"] }
commit_verify = { version = "~0.11.0-beta.8", features = ["rand", "derive"] }
single_use_seals = "~0.11.0-beta.8"
bp-core = { version = "~0.11.0-beta.8" }
secp256k1-zkp = { version = "0.11.0", features = ["rand", "rand-std", "global-context"] } # TODO: Update version before the release
mime = "~0.3.17"
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
Expand Down

0 comments on commit 8be4962

Please sign in to comment.