From 9e87f3d35b244dfa4bcb68a607b912e4bc570fbe Mon Sep 17 00:00:00 2001 From: Maxim Orlovsky Date: Mon, 24 Jul 2023 04:36:15 +0200 Subject: [PATCH] release v0.10.4 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- std/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9acc8617..9660cf37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,7 +745,7 @@ dependencies = [ [[package]] name = "rgb-std" -version = "0.10.3" +version = "0.10.4" dependencies = [ "amplify", "baid58", @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "rgb-wallet" -version = "0.10.3" +version = "0.10.4" dependencies = [ "amplify", "baid58", diff --git a/Cargo.toml b/Cargo.toml index 6a4a22ed..4fe4e583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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 diff --git a/std/Cargo.toml b/std/Cargo.toml index 975ca11a..4d093bee 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -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"]