Skip to content

Commit

Permalink
fix: features for gateway-api crate
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <[email protected]>
  • Loading branch information
shaneutt committed Jan 8, 2025
1 parent cd8b988 commit 8396972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ version.workspace = true

[dependencies]
delegate.workspace = true
k8s-openapi.workspace = true
kube.workspace = true
k8s-openapi = { workspace = true, features = ["schemars"] }
kube = { workspace = true, default-features = false, features = ["derive"] }
once_cell.workspace = true
regex.workspace = true
schemars.workspace = true
Expand Down

0 comments on commit 8396972

Please sign in to comment.