Skip to content

Commit

Permalink
chore(bors): merge pull request #200
Browse files Browse the repository at this point in the history
200: fix(k8s): add missing traces r=tiagolobocastro a=tiagolobocastro



Co-authored-by: Tiago Castro <[email protected]>
  • Loading branch information
mayastor-bors and tiagolobocastro committed Jan 18, 2022
2 parents 4e3c7f3 + 8fac2bb commit 6530cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rls = [ "openapi/tower-client-rls" ]
tls = [ "openapi/tower-client-tls" ]

[dependencies]
openapi = { path = "../openapi", default-features = false }
openapi = { path = "../openapi", default-features = false, features = [ "tower-trace" ] }
tokio = { version = "1.12.0" }
anyhow = "1.0.44"
async-trait = "0.1.51"
Expand Down

0 comments on commit 6530cc6

Please sign in to comment.