Skip to content

Commit

Permalink
cdk-cln: bump cln-rpc dependency to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored and thesimplekid committed Sep 24, 2024
1 parent 9747964 commit a87117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cdk-cln/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "CDK ln backend for cln"
async-trait = "0.1"
bitcoin = { version = "0.32.2", default-features = false }
cdk = { path = "../cdk", version = "0.4.0", default-features = false, features = ["mint"] }
cln-rpc = "0.1.9"
cln-rpc = "0.2.0"
futures = { version = "0.3.28", default-features = false }
tokio = { version = "1", default-features = false }
tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] }
Expand Down

0 comments on commit a87117f

Please sign in to comment.