Don't depend on gpui2 in text

This commit is contained in:
Antonio Scandurra 2023-11-03 14:53:08 +01:00
parent 097171b9b8
commit de3d37e070
2 changed files with 2 additions and 2 deletions

View file

@ -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