Skip to content

Commit

Permalink
release v0.10 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 9, 2023
1 parent f7f50b7 commit e43966d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 48 deletions.
66 changes: 30 additions & 36 deletions Cargo.lock

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

18 changes: 7 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.0.0-beta.20"
baid58 = "0.3.0"
amplify = "4.0.0-beta.22"
baid58 = "0.3.1"
strict_encoding = "2.0.0"
strict_types = "1.0.0-rc.1"
commit_verify = "0.10.0-rc.3"
bp-core = "0.10.0-rc.2"
rgb-core = "0.10.0-rc.2"
strict_types = "1.0.0"
commit_verify = "0.10.0"
bp-core = "0.10.0"
rgb-core = "0.10.0"

[package]
name = "rgb-wallet"
version = "0.10.0-beta.1"
version = "0.10.0-rc.1"
description = "RGB wallet library for smart contracts on Bitcoin & Lightning network"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand Down Expand Up @@ -74,7 +74,3 @@ wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.10.0-release" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.10.0-release" }
2 changes: 1 addition & 1 deletion std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-std"
version = "0.10.0-rc.1"
version = "0.10.0-rc.2"
description = "RGB standard library for working with smart contracts on Bitcoin & Lightning"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand Down

0 comments on commit e43966d

Please sign in to comment.