Skip to content

Commit

Permalink
RC2 with rand bumped to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 27, 2022
1 parent 9ce6994 commit 6d14822
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 144 deletions.
150 changes: 9 additions & 141 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-core"
version = "0.9.0-rc.1"
version = "0.9.0-rc.2"
license = "MIT"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
description = "RGB Core Library: consensus & verification for private & scalable client-validated smart contracts on Bitcoin & Lightning"
Expand Down Expand Up @@ -39,10 +39,10 @@ amplify = { version = "~3.13.0", features = ["apfloat"] }
bp-core = { version = "~0.9.0-rc.1" }
lnpbp = { version = "~0.9.0-rc.1", features = ["zip"] }
stens = "~0.9.0-rc.1"
strict_encoding = { version = "~0.9.0-rc.1", features = ["crypto", "chrono", "bitcoin", "float"] }
strict_encoding = { version = "~0.9.0-rc.2", features = ["crypto", "chrono", "bitcoin", "float"] }
commit_verify = { version = "~0.9.0-rc.1", features = ["rand", "bulletproofs"] }
descriptor-wallet = "~0.9.0-rc.1"
aluvm = { version = "~0.9.0-rc.1", features = ["std", "strict_encoding"] }
aluvm = { version = "~0.9.0-rc.2", features = ["std", "strict_encoding"] }
# Dependencies on core rust-bitcoin ecosystem projects
# ----------------------------------------------------
bitcoin = { version = "~0.29.2", features = ["rand"] }
Expand Down

0 comments on commit 6d14822

Please sign in to comment.