Skip to content

Commit 429bbe1

Browse files
committed
release v0.10.3
1 parent ecaf760 commit 429bbe1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rgb-core = { version = "0.10.5", features = ["stl"] }
2727

2828
[package]
2929
name = "rgb-wallet"
30-
version = "0.10.2"
30+
version = "0.10.3"
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"]
@@ -52,7 +52,7 @@ strict_encoding = { workspace = true }
5252
# descriptor-wallet = "0.10.0-alpha.1"
5353
bp-core = { workspace = true }
5454
rgb-core = { workspace = true }
55-
rgb-std = { version = "0.10.2", path = "std" }
55+
rgb-std = { version = "0.10.3", path = "std" }
5656
fluent-uri = "0.1.4"
5757
indexmap = "1.9.2"
5858
# TODO: This dependencies should be replaced with psbt package

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.2"
3+
version = "0.10.3"
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)