Skip to content

Commit

Permalink
chore: rename sn_node_manager crate
Browse files Browse the repository at this point in the history
The crate is renamed back to `sn-node-manager` because we've already had many versions published
with that name, but the directory will still be named `sn_node_manager` to be consistent with the
rest of the directories in the `safe_network` workspace.
  • Loading branch information
jacderida committed Jan 24, 2024
1 parent 6ca0a94 commit aa80b8d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
64 changes: 32 additions & 32 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 sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A command-line application for installing, managing and operating
edition = "2021"
homepage = "https://maidsafe.net"
license = "GPL-3.0"
name = "sn_node_manager"
name = "sn-node-manager"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.19"
Expand All @@ -30,9 +30,9 @@ semver = "1.0.20"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
service-manager = "0.5.1"
sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.3.11" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.3" }
sn_protocol = { path = "../sn_protocol", version = "0.10.14" }
sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" }
sn_protocol = { path = "../sn_protocol", version = "0.11.0" }
sn-releases = "0.1.6"
sysinfo = "0.29.10"
tokio = { version = "1.26", features = ["full"] }
Expand Down

0 comments on commit aa80b8d

Please sign in to comment.