diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:27 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:27 +0000 |
| commit | 0cce10d1a501354b7a72947389f35cf010c28974 (patch) | |
| tree | 4f36976681d9413e5ddb9650204f98a7bc238fa9 /azalea-protocol | |
| parent | a6a08395219850beea76e665d2ef9f6590827f3c (diff) | |
| download | azalea-drasl-0cce10d1a501354b7a72947389f35cf010c28974.tar.xz | |
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 13234764..b18cd390 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -21,7 +21,7 @@ azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" } azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" } azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0"} azalea-registry = {path = "../azalea-registry", version = "^0.5.0" } -azalea-world = {path = "../azalea-world", version = "^0.4.0"} +azalea-world = {path = "../azalea-world", version = "^0.5.0" } byteorder = "^1.4.3" bytes = "^1.1.0" flate2 = "1.0.23" |
