diff options
| author | mat <git@matdoes.dev> | 2023-10-01 14:48:19 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-01 14:48:19 -0500 |
| commit | 33e823d6fab990efaa735c05e4b0c42636003b76 (patch) | |
| tree | 68bc28189136f43ac88932071fe3a2de5d5260a7 /azalea | |
| parent | a440c23a3b0f348fc89e504b4ef0ccb1dc3ec93a (diff) | |
| download | azalea-drasl-33e823d6fab990efaa735c05e4b0c42636003b76.tar.xz | |
fix log feature
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index ad7bc900..582168a4 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "^1.0.75" async-trait = "0.1.73" azalea-block = { version = "0.8.0", path = "../azalea-block" } azalea-chat = { version = "0.8.0", path = "../azalea-chat" } -azalea-client = { version = "0.8.0", path = "../azalea-client" } +azalea-client = { version = "0.8.0", path = "../azalea-client", default-features = false } azalea-core = { version = "0.8.0", path = "../azalea-core" } azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } azalea-physics = { version = "0.8.0", path = "../azalea-physics" } |
