Skip to content

Commit

Permalink
fix Cargo.toml deps not using crates source
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jun 5, 2024
1 parent ace9bfd commit 82022c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ parking_lot = "0.12"
# rand = "0.8"
rcgen = { version = "0.13", features = ["pem", "x509-parser"] }

# cln-rpc = "0.1.8"
cln-rpc = { path="../lightning/cln-rpc/", version = "^0.1" }
# cln-plugin = "0.1.8"
cln-plugin = { path="../lightning/plugins/", version = "^0.1" }
cln-rpc = "0.1.9"
# cln-rpc = { path="../lightning/cln-rpc/", version = "^0.1" }
cln-plugin = "0.1.9"
# cln-plugin = { path="../lightning/plugins/", version = "^0.1" }

hex = "0.4"
bitcoin = { version = "0.30", features = [ "serde" ] }
Expand Down

0 comments on commit 82022c9

Please sign in to comment.