Skip to content

Commit

Permalink
Sort dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed May 22, 2023
1 parent e976eaa commit 281b88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ libp2p-connection-limits = { workspace = true }
libp2p-core = { workspace = true }
libp2p-dcutr = { workspace = true, optional = true }
libp2p-floodsub = { workspace = true, optional = true }
libp2p-gossipsub = { workspace = true, optional = true }
libp2p-identify = { workspace = true, optional = true }
libp2p-identity = { workspace = true }
libp2p-kad = { workspace = true, optional = true }
Expand All @@ -114,7 +115,6 @@ libp2p-request-response = { workspace = true, optional = true }
libp2p-swarm = { workspace = true }
libp2p-wasm-ext = { workspace = true, optional = true }
libp2p-yamux = { workspace = true, optional = true }
libp2p-gossipsub = { workspace = true, optional = true }

multiaddr = { version = "0.17.0" }
pin-project = "1.0.0"
Expand Down

0 comments on commit 281b88a

Please sign in to comment.