diff --git a/Cargo.lock b/Cargo.lock index b9f86031..e96c3f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "rgb-std" -version = "0.10.0" +version = "0.10.1" dependencies = [ "amplify", "baid58", @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "rgb-wallet" -version = "0.10.0" +version = "0.10.1" dependencies = [ "amplify", "baid58", diff --git a/Cargo.toml b/Cargo.toml index 76f60d40..ff923783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rgb-core = "0.10.2" [package] name = "rgb-wallet" -version = "0.10.0" +version = "0.10.1" 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.0", path = "std" } +rgb-std = { version = "0.10.1", 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 fd01299b..e82b1287 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb-std" -version = "0.10.0" +version = "0.10.1" description = "RGB standard library for working with smart contracts on Bitcoin & Lightning" keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"] categories = ["cryptography::cryptocurrencies"]