Skip to content

Commit

Permalink
fix(rpc_client): revert to old binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and jacderida committed Mar 13, 2024
1 parent 1d3edbf commit 13e22ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sn_node_rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.4.70"

[[bin]]
name = "safenode_rpc_client"
path = "src/main.rs"

[dependencies]
assert_fs = "1.0.0"
async-trait = "0.1"
Expand Down

0 comments on commit 13e22ad

Please sign in to comment.