Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 8, 2024
1 parent a33611a commit da1bf43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/snm_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dirs = "5.0.1"
anyhow = "1.0"
dialoguer = "0.11.0"
snm_core = { path = "../snm_core" }
snm_current_dir = { path = "../snm_current_dir" }
snm_utils = { path = "../snm_utils" }
snm_config = { path = "../snm_config" }
snm_node_version = { path = "../snm_node_version" }
Expand Down
1 change: 0 additions & 1 deletion crates/snm_package_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ serde_json = "1.0"
sha1 = "0.10.0"
colored = "2.1.0"
snm_package_json = { path = "../snm_package_json" }
snm_current_dir = { path = "../snm_current_dir" }
snm_config = { path = "../snm_config" }
snm_tarball = { path = "../snm_tarball" }
snm_utils = { path = "../snm_utils" }
Expand Down

0 comments on commit da1bf43

Please sign in to comment.