diff options
| author | mat <git@matdoes.dev> | 2026-01-12 09:38:47 -1030 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-13 01:08:53 +0500 |
| commit | efb36d5fc0fe56a98f5795c53dfa109887cd5aae (patch) | |
| tree | 3674f0b53afca4b3f1d58fc0406bcbac552ab961 /Cargo.toml | |
| parent | 2310666975d0f7e06f44efa6032c6838f2a33f0c (diff) | |
| download | azalea-drasl-efb36d5fc0fe56a98f5795c53dfa109887cd5aae.tar.xz | |
fix memory leaks in azalea-protocol
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -82,7 +82,8 @@ sha1 = "0.11.0-rc.3" sha2 = "0.11.0-rc.3" # TODO: Remove when rsa is fixed. signature = "=3.0.0-rc.5" -simdnbt = "0.9.0" +# simdnbt = "0.9.0" +simdnbt = { git = "https://github.com/azalea-rs/simdnbt" } socks5-impl = "0.8.0" syn = "2.0.112" thiserror = "2.0.17" |
