Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi committed Dec 12, 2023
1 parent f4a96c6 commit d8f6560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ nimiq-utils = { workspace = true, features = [
] }
nimiq-validator-network = { workspace = true }

# For now we need to use a fork
[target.'cfg(not(target_family = "wasm"))'.dependencies]
libp2p = { version = "0.53.2", default-features = false, features = [
"gossipsub",
Expand All @@ -70,7 +69,6 @@ libp2p = { version = "0.53.2", default-features = false, features = [
"yamux",
] }

# For now we need to use a fork
[target.'cfg(target_family = "wasm")'.dependencies]
libp2p = { version = "0.53.2", default-features = false, features = [
"gossipsub",
Expand Down

0 comments on commit d8f6560

Please sign in to comment.