Skip to content

Commit

Permalink
chore(node): move sn_client to dev deps
Browse files Browse the repository at this point in the history
sn_client is only used in tests and examples
  • Loading branch information
b-zee authored and jacderida committed Jul 18, 2024
1 parent 52a3903 commit eb6a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.9" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.4.0" }
sn_client = { path = "../sn_client", version = "0.108.0" }
sn_logging = { path = "../sn_logging", version = "0.2.30" }
sn_networking = { path = "../sn_networking", version = "0.17.0" }
sn_protocol = { path = "../sn_protocol", version = "0.17.5" }
Expand Down Expand Up @@ -86,6 +85,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls-manual-roots",
] }
serde_json = "1.0"
sn_client = { path = "../sn_client", version = "0.108.0" }
sn_protocol = { path = "../sn_protocol", version = "0.17.5", features = [
"rpc",
] }
Expand Down

0 comments on commit eb6a14d

Please sign in to comment.