diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:52 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:52 +0000 |
| commit | 924a4771d9e51c4bae80b334d0106b330294b9b2 (patch) | |
| tree | cb96094e854e33bb4979478aae46c2819a08037e | |
| parent | e4a85363b02722bde8d0851d417a0d512c61c4e4 (diff) | |
| download | azalea-drasl-924a4771d9e51c4bae80b334d0106b330294b9b2.tar.xz | |
(cargo-release) version 0.2.0
| -rwxr-xr-x | Cargo.lock | 2 | ||||
| -rw-r--r-- | azalea-core/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-nbt/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-protocol/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-world/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -239,7 +239,7 @@ dependencies = [ [[package]] name = "azalea-nbt" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ahash", "azalea-buf", diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 874e78a9..7bb45704 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -10,5 +10,5 @@ version = "0.1.0" [dependencies] azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } azalea-chat = {path = "../azalea-chat", version = "^0.2.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"} +azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" } uuid = "^1.1.2" diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index 804b8f5c..5ad2b943 100644 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -3,7 +3,7 @@ description = "A fast NBT serializer and deserializer." edition = "2021" license = "MIT" name = "azalea-nbt" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 9ee15533..632d0e46 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -17,7 +17,7 @@ azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } azalea-chat = {path = "../azalea-chat", version = "^0.2.0" } azalea-core = {path = "../azalea-core", optional = true, version = "^0.1.0"} azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"} +azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" } azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.1.0"} azalea-registry = {path = "../azalea-registry", version = "^0.1.0"} azalea-world = {path = "../azalea-world", version = "^0.1.0"} diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 84650c21..7e89da75 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -12,7 +12,7 @@ azalea-block = {path = "../azalea-block", default-features = false, version = "^ azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } azalea-chat = {path = "../azalea-chat", version = "^0.2.0" } azalea-core = {path = "../azalea-core", version = "^0.1.0"} -azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"} +azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" } azalea-registry = {path = "../azalea-registry", version = "^0.1.0"} log = "0.4.17" nohash-hasher = "0.2.0" |
