Skip to content

Commit e43966d

Browse files
committed
release v0.10 RC2
1 parent f7f50b7 commit e43966d

File tree

3 files changed

+38
-48
lines changed

3 files changed

+38
-48
lines changed

Cargo.lock

+30-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-11
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ edition = "2021"
1717
license = "Apache-2.0"
1818

1919
[workspace.dependencies]
20-
amplify = "4.0.0-beta.20"
21-
baid58 = "0.3.0"
20+
amplify = "4.0.0-beta.22"
21+
baid58 = "0.3.1"
2222
strict_encoding = "2.0.0"
23-
strict_types = "1.0.0-rc.1"
24-
commit_verify = "0.10.0-rc.3"
25-
bp-core = "0.10.0-rc.2"
26-
rgb-core = "0.10.0-rc.2"
23+
strict_types = "1.0.0"
24+
commit_verify = "0.10.0"
25+
bp-core = "0.10.0"
26+
rgb-core = "0.10.0"
2727

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

7575
[package.metadata.docs.rs]
7676
features = [ "all" ]
77-
78-
[patch.crates-io]
79-
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.10.0-release" }
80-
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.10.0-release" }

std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-std"
3-
version = "0.10.0-rc.1"
3+
version = "0.10.0-rc.2"
44
description = "RGB standard library for working with smart contracts on Bitcoin & Lightning"
55
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
66
categories = ["cryptography::cryptocurrencies"]

0 commit comments

Comments
 (0)