Skip to content

Commit

Permalink
Merge pull request #120 from RGB-WG/v0.8.2
Browse files Browse the repository at this point in the history
Update dependencies and bump version
  • Loading branch information
dr-orlovsky authored Dec 25, 2022
2 parents c79cf3c + d3a05ad commit 0bf067d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-core"
version = "0.8.1"
version = "0.8.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,9 +39,9 @@ amplify = { version = "~3.13.0", features = ["apfloat"] }
bp-core = { version = "~0.8.1" }
lnpbp = { version = "~0.8.0", features = ["zip"] }
stens = "~0.7.1"
strict_encoding = { version = "~0.8.0", features = ["crypto", "chrono", "bitcoin", "float"] }
commit_verify = { version = "~0.8.1", features = ["rand", "bulletproofs"] }
descriptor-wallet = "~0.8.0"
strict_encoding = { version = "~0.8.2", features = ["crypto", "chrono", "bitcoin", "float"] }
commit_verify = { version = "~0.8.2", features = ["rand", "bulletproofs"] }
descriptor-wallet = "~0.8.3"
aluvm = { version = "~0.7.0", features = ["std", "strict_encoding"] }
# Dependencies on core rust-bitcoin ecosystem projects
# ----------------------------------------------------
Expand Down

0 comments on commit 0bf067d

Please sign in to comment.