diff --git a/Cargo.lock b/Cargo.lock index 803ae775e4..d5d0493936 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8881,7 +8881,7 @@ dependencies = [ "ctor", "digest 0.9.0", "env_logger 0.9.3", - "gpui2", + "gpui", "lazy_static", "log", "parking_lot 0.11.2", diff --git a/crates/text/Cargo.toml b/crates/text/Cargo.toml index 5a21500b2f..d1bc6cc8f8 100644 --- a/crates/text/Cargo.toml +++ b/crates/text/Cargo.toml @@ -30,7 +30,7 @@ regex.workspace = true [dev-dependencies] collections = { path = "../collections", features = ["test-support"] } -gpui = { package = "gpui2", path = "../gpui2", features = ["test-support"] } +gpui = { path = "../gpui", features = ["test-support"] } util = { path = "../util", features = ["test-support"] } ctor.workspace = true env_logger.workspace = true