Skip to content

Commit 4d5c9ab

Browse files
committed
release v0.10.2
1 parent 29f4e0e commit 4d5c9ab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.3", features = ["stl"] }
2727

2828
[package]
2929
name = "rgb-wallet"
30-
version = "0.10.1"
30+
version = "0.10.2"
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.1", path = "std" }
55+
rgb-std = { version = "0.10.2", path = "std" }
5656
fluent-uri = "0.1.4"
5757
indexmap = "1.9.2"
5858
# TODO: This dependencies should be replaced with psbt package

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![crates.io](https://img.shields.io/crates/v/rgb-wallet)](https://crates.io/crates/rgb-wallet)
99
[![Docs](https://docs.rs/rgb-wallet/badge.svg)](https://docs.rs/rgb-wallet)
1010
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
11-
[![Apache-2 licensed](https://img.shields.io/crates/l/bp-core)](./LICENSE)
11+
[![Apache-2 licensed](https://img.shields.io/crates/l/rgb-wallet)](./LICENSE)
1212

1313
RGB is confidential & scalable client-validated smart contracts for Bitcoin &
1414
Lightning. To learn more about RGB please check [RGB blueprint][Blueprint] and

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.1"
3+
version = "0.10.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)