From cb12a4dfab4732c32900728e284ec946db2d7e3d Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 5 Mar 2024 16:53:49 +0100 Subject: [PATCH] comm: update the rgb-lib Signed-off-by: Vincenzo Palazzo --- rgb-common/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rgb-common/Cargo.toml b/rgb-common/Cargo.toml index 933244b..92fc3a5 100644 --- a/rgb-common/Cargo.toml +++ b/rgb-common/Cargo.toml @@ -18,12 +18,12 @@ hex = "0.4" reqwest = { version = "0.11", default-features = false, features = ["json", "blocking"] } rgb-contracts = { version = "=0.10.2", features = ["electrum"] } rgb_core = { package = "rgb-core", version = "=0.10.8" } -rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "rln_v0.10" } +rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "master" } rgb-std = "=0.10.9" rgb-wallet = "=0.10.9" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" -strict_encoding = "=2.6.1" +strict_encoding = "=2.6.2" tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] } # Fixing dependencies resolution :/