diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
| commit | df8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch) | |
| tree | 023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-inventory | |
| parent | 7357455cad123e41cdd1ca8689527afff77f28f8 (diff) | |
| download | azalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 84f3cec1..912a251f 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -10,9 +10,9 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf = { version = "0.9.0", path = "../azalea-buf" } -azalea-inventory-macros = { version = "0.9.0", path = "./azalea-inventory-macros" } -azalea-registry = { version = "0.9.0", path = "../azalea-registry" } -azalea-chat = { version = "0.9.0", path = "../azalea-chat" } -azalea-core = { version = "0.9.0", path = "../azalea-core" } +azalea-buf = { version = "0.9.1", path = "../azalea-buf" } +azalea-inventory-macros = { version = "0.9.1", path = "./azalea-inventory-macros" } +azalea-registry = { version = "0.9.1", path = "../azalea-registry" } +azalea-chat = { version = "0.9.1", path = "../azalea-chat" } +azalea-core = { version = "0.9.1", path = "../azalea-core" } uuid = "1.8.0" |
