Skip to content

Commit

Permalink
Add derive feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 19, 2023
1 parent aa3c5aa commit a8df437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ members = [
"examples/ping-example",
"examples/relay-server",
"examples/rendezvous",
"hole-punching-tests",
"identity",
"interop-tests",
"misc/allow-block-list",
Expand Down Expand Up @@ -56,7 +57,6 @@ members = [
"transports/websocket",
"transports/webtransport-websys",
"wasm-tests/webtransport-tests",
"hole-punching-tests"
]
resolver = "2"

Expand Down
2 changes: 1 addition & 1 deletion hole-punching-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ libp2p = { path = "../libp2p", features = ["tokio", "dcutr", "identify", "macros
log = "0.4"
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
tokio = { version = "1.29.1", features = ["full"] }
serde = "1.0.188"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"

0 comments on commit a8df437

Please sign in to comment.