Skip to content

Commit

Permalink
chore: Upgrade cln-plugin to 0.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet committed Jun 27, 2024
1 parent 0e4cb52 commit 625aa6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = "1"
env_logger = "0.10"
cln-grpc = "0.1.9"
cln-rpc = "0.1.9"
cln-plugin = "0.1.8"
cln-plugin = "0.1.9"

vls-core = "^0.11.0"
vls-persist = "^0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/gl-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ base64 = "0.21.7"
bytes = { version = "1", features = ["serde"] }
clightningrpc = "0.2"
cln-grpc = { workspace = true, features = ["server"] }
cln-plugin = "^0.1"
cln-plugin = { workspace = true }
cln-rpc = { workspace = true }
env_logger = "^0.7.1"
futures = "0.3"
Expand Down

0 comments on commit 625aa6c

Please sign in to comment.