diff options
| author | mat <git@matdoes.dev> | 2025-09-28 09:57:02 +0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-09-28 09:57:02 +0330 |
| commit | 5952fc0e57ef9b0a2f8a3582049eb2000d3fa8f4 (patch) | |
| tree | d58a63b6f8af1e5d5fdea88c0cf7055bbf95e623 | |
| parent | 46fa2a015e95685c12565ea11a8174fd6b3a3ac1 (diff) | |
| download | azalea-drasl-5952fc0e57ef9b0a2f8a3582049eb2000d3fa8f4.tar.xz | |
don't use workspace dependency for azalea-client dev dep in azalea-world
| -rw-r--r-- | azalea-world/Cargo.toml | 2 |
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] |
