Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 13, 2022
1 parent c957df8 commit a7039df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-std"
version = "0.8.0-rc.2"
version = "0.8.0"
license = "MIT"
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
description = "RGB Standard Library: high-level API for private & scalable client-validated smart contracts on Bitcoin & Lightning"
Expand All @@ -22,12 +22,12 @@ path = "src/bin/rgb.rs"
required-features = ["cli", "serde"]

[dependencies]
amplify = "3.12.1"
amplify = "3.13.0"
lnpbp_bech32 = "~0.8.0"
strict_encoding = { version = "~0.8.0", features = ["crypto", "chrono", "bitcoin"] }
strict_encoding = { version = "~0.8.1", features = ["crypto", "chrono", "bitcoin"] }
commit_verify = "~0.8.0"
bp-core = { version = "~0.8.0-rc.1", features = ["wallet"] }
rgb_core = { package = "rgb-core", version = "0.8.0-rc.2" }
bp-core = { version = "~0.8.0", features = ["wallet"] }
rgb_core = { package = "rgb-core", version = "0.8.0" }
descriptor-wallet = { version = "~0.8.1", features = ["descriptors"] }
bitcoin = "0.28.1"
electrum-client = { version = "0.10.1", optional = true }
Expand Down

0 comments on commit a7039df

Please sign in to comment.