-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea12425
commit 3c3b5bc
Showing
6 changed files
with
391 additions
and
393 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rgb-core" | ||
version = "0.11.0-beta.2" | ||
version = "0.11.0-beta.3" | ||
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" | ||
|
@@ -25,10 +25,10 @@ required-features = ["stl"] | |
amplify = { version = "~4.5.0", features = ["rand"] } | ||
strict_encoding = "~2.6.1" | ||
strict_types = "~1.6.3" | ||
aluvm = { version = "~0.11.0-beta.1", features = ["std"] } | ||
commit_verify = { version = "~0.11.0-beta.1", features = ["rand", "derive"] } | ||
single_use_seals = "~0.11.0-beta.1" | ||
bp-core = { version = "~0.11.0-beta.1" } | ||
aluvm = { version = "~0.11.0-beta.2", features = ["std"] } | ||
commit_verify = { version = "~0.11.0-beta.2", features = ["rand", "derive"] } | ||
single_use_seals = "~0.11.0-beta.2" | ||
bp-core = { version = "~0.11.0-beta.2" } | ||
secp256k1-zkp = { version = "0.9.2", features = ["rand", "rand-std", "global-context"] } # TODO: Update version before the relese | ||
baid58 = "~0.4.4" | ||
mime = "~0.3.17" | ||
|
@@ -59,10 +59,3 @@ wasm-bindgen-test = "0.3" | |
|
||
[package.metadata.docs.rs] | ||
features = [ "all" ] | ||
|
||
[patch.crates-io] | ||
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" } | ||
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" } | ||
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" } | ||
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" } | ||
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "v0.11" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.