Skip to content

Commit b479dfc

Browse files
deps: fix the rgb-lib version
➜ rgb-lightning-node git:(master) cargo install --debug --path . Installing rgb-lightning-node v0.1.0 (/home/vincent/github/work/rgb-tools/rgb-lightning-node) Updating crates.io index Updating git repository `https://github.com/RGB-Tools/rgb-lib` Updating git repository `https://github.com/arik-so/rust-musig2` error: failed to compile `rgb-lightning-node v0.1.0 (/home/vincent/github/work/rgb-tools/rgb-lightning-node)`, intermediate artifacts can be found at `/home/vincent/github/work/rgb-tools/rgb-lightning-node/target` Caused by: failed to select a version for `strict_encoding`. ... required by package `lightning v0.0.118 (/home/vincent/github/work/rgb-tools/rgb-lightning-node/rust-lightning/lightning)` ... which satisfies path dependency `lightning` of package `rgb-lightning-node v0.1.0 (/home/vincent/github/work/rgb-tools/rgb-lightning-node)` versions that meet the requirements `=2.6.1` are: 2.6.1 all possible versions conflict with previously selected packages. previously selected package `strict_encoding v2.6.2` ... which satisfies dependency `strict_encoding = "=2.6.2"` of package `rgb-lightning-node v0.1.0 (/home/vincent/github/work/rgb-tools/rgb-lightning-node)` Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent c178c16 commit b479dfc

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)