Skip to content

Commit

Permalink
chore: prepare [email protected]>[email protected] for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
shaurya947 committed Nov 7, 2023
1 parent 8e2e7b1 commit aac261b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
38 changes: 19 additions & 19 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 cln-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server = ["cln-rpc"]
[dependencies]
anyhow = "1.0"
log = "0.4"
cln-rpc = { path="../cln-rpc/", version = "^0.1", optional = true }
cln-rpc = { package = "fedimint-cln-rpc", path="../cln-rpc/", version = "^0.4", optional = true }
tonic = { version = "0.8", features = ["tls", "transport"] }
prost = "0.11"
hex = "0.4.3"
Expand Down
4 changes: 2 additions & 2 deletions cln-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cln-rpc"
version = "0.1.4"
name = "fedimint-cln-rpc"
version = "0.4.0"
edition = "2021"
license = "MIT"
description = "An async RPC client for Core Lightning."
Expand Down
1 change: 1 addition & 0 deletions plugins/grpc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ path = "../../plugins"

[dependencies.cln-rpc]
path = "../../cln-rpc"
package = "fedimint-cln-rpc"

[dependencies.tokio]
features = ["net", "rt-multi-thread"]
Expand Down

0 comments on commit aac261b

Please sign in to comment.