diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2024-07-05 00:45:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 00:45:45 -0500 |
| commit | ea64fba7f655b9afa03d57e8590c16e024f396f3 (patch) | |
| tree | 728293b8cc852bf6b50a55594589a3b93b96c286 /azalea-core/Cargo.toml | |
| parent | 350e32d0a9f21103e271e80e63daa5711a78e1d7 (diff) | |
| download | azalea-drasl-ea64fba7f655b9afa03d57e8590c16e024f396f3.tar.xz | |
upgrade to simdnbt 0.6 (#160)
Diffstat (limited to 'azalea-core/Cargo.toml')
| -rw-r--r-- | azalea-core/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index ee8611c1..36abe2c8 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -9,15 +9,15 @@ version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -simdnbt = { version = "0.5", git = "https://github.com/azalea-rs/simdnbt" } +simdnbt = "0.6" azalea-buf = { path = "../azalea-buf", version = "0.10.0" } azalea-registry = { path = "../azalea-registry", version = "0.10.0" } -bevy_ecs = { version = "0.13.2", default-features = false, optional = true } +bevy_ecs = { version = "0.13.0", default-features = false, optional = true } nohash-hasher = "0.2.0" -num-traits = "0.2.18" +num-traits = "0.2.19" serde = { version = "^1.0", optional = true } -uuid = "^1.8.0" -serde_json = "^1.0.116" +uuid = "^1.9.1" +serde_json = "^1.0.120" tracing = "0.1.40" [features] |
