diff --git a/Cargo.lock b/Cargo.lock index 11620bb3..fc4424be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "rgb-std" -version = "0.10.2" +version = "0.10.3" dependencies = [ "amplify", "baid58", @@ -741,7 +741,7 @@ dependencies = [ [[package]] name = "rgb-wallet" -version = "0.10.2" +version = "0.10.3" dependencies = [ "amplify", "baid58", diff --git a/Cargo.toml b/Cargo.toml index 725de8ec..d7574569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rgb-core = { version = "0.10.5", features = ["stl"] } [package] name = "rgb-wallet" -version = "0.10.2" +version = "0.10.3" 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.2", path = "std" } +rgb-std = { version = "0.10.3", 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 c2ed1acd..18b75045 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb-std" -version = "0.10.2" +version = "0.10.3" description = "RGB standard library for working with smart contracts on Bitcoin & Lightning" keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"] categories = ["cryptography::cryptocurrencies"]