Skip to content

Commit

Permalink
release v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 24, 2023
1 parent e053b2f commit 9e87f3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rgb-core = { version = "0.10.6", features = ["stl"] }

[package]
name = "rgb-wallet"
version = "0.10.3"
version = "0.10.4"
description = "RGB wallet library for smart contracts on Bitcoin & Lightning network"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand All @@ -52,7 +52,7 @@ strict_encoding = { workspace = true }
# descriptor-wallet = "0.10.0-alpha.1"
bp-core = { workspace = true }
rgb-core = { workspace = true }
rgb-std = { version = "0.10.3", path = "std" }
rgb-std = { version = "0.10.4", path = "std" }
fluent-uri = "0.1.4"
indexmap = "1.9.2"
# TODO: This dependencies should be replaced with psbt package
Expand Down
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.3"
version = "0.10.4"
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 9e87f3d

Please sign in to comment.