Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Oct 16, 2024
1 parent 8015357 commit ca82eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mirrord/kube/src/api/kubernetes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ impl KubernetesAPI {
}
}

/// Trait for IO streams returned from [`KubernetesAPI::create_connection`].
/// Trait for IO streams returned from [`KubernetesAPI::create_connection_with_portforward`].
/// It's here only to group the exisiting traits we actually need and return a `Box<dyn ...>`
#[cfg(feature = "portforwarder")]
pub trait UnpinStream:
Expand Down
2 changes: 1 addition & 1 deletion mirrord/operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ client = [
"dep:mirrord-progress",
"dep:mirrord-protocol",
"dep:rand",
"dep:tokio",
"dep:tokio-tungstenite",
"dep:tracing",
]
crd = [
"dep:k8s-openapi",
"dep:kube",
"dep:mirrord-config",
"dep:tokio",
"dep:serde_json"
]
setup = ["crd", "dep:serde_yaml"]
Expand Down
2 changes: 1 addition & 1 deletion mirrord/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ hyper = { workspace = true, features = ["client"] }
http-serde = "2"
http-body-util = { workspace = true }
fancy-regex = { workspace = true }
libc.workspace = true
socket2.workspace = true
semver = { workspace = true, features = ["serde"] }
tokio-stream.workspace = true
Expand All @@ -37,4 +36,5 @@ tokio.workspace = true
mirrord-macros = { path = "../macros" }

[target.'cfg(target_os = "linux")'.dependencies]
libc.workspace = true
nix = { workspace = true, features = ["fs"] }

0 comments on commit ca82eb9

Please sign in to comment.