Skip to content

Commit aac983d

Browse files
authored
Remove debug feature from http-macro spec in gateway probe (#6195)
1 parent 577675b commit aac983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nym-gateway-probe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ nym-ip-packet-requests = { path = "../common/ip-packet-requests" }
5656
nym-sdk = { path = "../sdk/rust/nym-sdk" }
5757
nym-validator-client = { path = "../common/client-libs/validator-client" }
5858
nym-credentials = { path = "../common/credentials" }
59-
nym-http-api-client-macro = { path = "../common/http-api-client-macro", features = ["debug-inventory"] }
59+
nym-http-api-client-macro = { path = "../common/http-api-client-macro" }
6060
nym-http-api-client = { path = "../common/http-api-client" }
6161
nym-node-status-client = { path = "../nym-node-status-api/nym-node-status-client" }
6262

0 commit comments

Comments
 (0)