Skip to content

Commit

Permalink
Remove serde from near-network
Browse files Browse the repository at this point in the history
  • Loading branch information
pmnoxx committed Nov 29, 2021
1 parent ab3c2e8 commit 9a0ef3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions chain/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ futures = "0.3"
near-rust-allocator-proxy = "0.3.0"
once_cell = "1.5.2"
rand = "0.7"
serde = { version = "1", features = ["derive", "rc", "alloc"], optional = true }
strum = { version = "0.20", features = ["derive"] }
tokio = { version = "1.1", features = ["net"] }
tokio-stream = { version = "0.1.2", features = ["net"] }
Expand Down Expand Up @@ -44,7 +43,7 @@ delay_detector = ["delay-detector"]
performance_stats = ["near-performance-metrics/performance_stats"]
protocol_feature_routing_exchange_algorithm = ["near-primitives/protocol_feature_routing_exchange_algorithm", "near-stable-hasher" ]
sandbox = ["near-network-primitives/sandbox"]
test_features = ["near-network-primitives/test_features", "serde"]
test_features = ["near-network-primitives/test_features"]
deepsize_feature = ["deepsize", "near-primitives/deepsize_feature", "near-crypto/deepsize_feature", "near-network-primitives/deepsize_feature"]

[[bench]]
Expand Down

0 comments on commit 9a0ef3a

Please sign in to comment.