Skip to content

Commit cec0cb9

Browse files
authored
Merge pull request lightningdevkit#3 from vincenzopalazzo/macros/fix-rgb-branch
deps: fix the rgb-lib version
2 parents c178c16 + b479dfc commit cec0cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ hex = "0.4"
5959
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking"] }
6060
rgb-contracts = { version = "=0.10.2", features = ["electrum"] }
6161
rgb_core = { package = "rgb-core", version = "=0.10.8" }
62-
rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "master" }
62+
rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "rln_v0.10" }
6363
rgb-std = "=0.10.9"
6464
rgb-wallet = "=0.10.9"
6565
serde = { version = "^1.0", features = ["derive"] }

0 commit comments

Comments
 (0)