comm: update the rgb-lib

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2024-03-05 16:53:49 +01:00
parent 0d799d5a31
commit cb12a4dfab
Signed by: vincenzopalazzo
GPG Key ID: 8B6DC2B870B80D5F
1 changed files with 2 additions and 2 deletions

View File

@ -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 :/