diff --git a/template/hydro/examples/first_ten_cluster_gcp.rs b/template/hydro/examples/first_ten_cluster_gcp.rs index 8760bd0dfc9..872f3db748e 100644 --- a/template/hydro/examples/first_ten_cluster_gcp.rs +++ b/template/hydro/examples/first_ten_cluster_gcp.rs @@ -2,7 +2,7 @@ use std::sync::Arc; use hydro_deploy::gcp::GcpNetwork; use hydro_deploy::Deployment; -use hydroflow_lang::deploy::TrybuildHost; +use hydro_lang::deploy::TrybuildHost; use tokio::sync::RwLock; static RELEASE_RUSTFLAGS: &str = diff --git a/template/hydro/src/first_ten_distributed.rs b/template/hydro/src/first_ten_distributed.rs index 5503497fc85..a5febbba29a 100644 --- a/template/hydro/src/first_ten_distributed.rs +++ b/template/hydro/src/first_ten_distributed.rs @@ -21,7 +21,7 @@ mod tests { let mut deployment = Deployment::new(); let localhost = deployment.Localhost(); - let flow = hydroflow_plus::FlowBuilder::new(); + let flow = hydro_lang::FlowBuilder::new(); let p1 = flow.process(); let p2 = flow.process(); super::first_ten_distributed(&p1, &p2);