aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-09-28 09:57:02 +0330
committermat <git@matdoes.dev>2025-09-28 09:57:02 +0330
commit5952fc0e57ef9b0a2f8a3582049eb2000d3fa8f4 (patch)
treed58a63b6f8af1e5d5fdea88c0cf7055bbf95e623
parent46fa2a015e95685c12565ea11a8174fd6b3a3ac1 (diff)
downloadazalea-drasl-5952fc0e57ef9b0a2f8a3582049eb2000d3fa8f4.tar.xz
don't use workspace dependency for azalea-client dev dep in azalea-world
-rw-r--r--azalea-world/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 0bc39b92..755aad29 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -7,7 +7,7 @@ license.workspace = true
repository.workspace = true
[dev-dependencies]
-azalea-client.workspace = true
+azalea-client.path = "../azalea-client"
criterion.workspace = true
[dependencies]