aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-protocol/Cargo.toml2
-rw-r--r--azalea-registry/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7e036462..9711c815 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -304,7 +304,7 @@ dependencies = [
[[package]]
name = "azalea-registry"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"azalea-buf",
"azalea-registry-macros",
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 6ffd9155..f53cf128 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -19,7 +19,7 @@ azalea-core = {path = "../azalea-core", optional = true, version = "^0.2.0" }
azalea-crypto = {path = "../azalea-crypto", version = "^0.2.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-registry = {path = "../azalea-registry", version = "^0.2.0" }
azalea-world = {path = "../azalea-world", version = "^0.1.0"}
byteorder = "^1.4.3"
bytes = "^1.1.0"
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 2ca12b01..82be0bb2 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -3,7 +3,7 @@ description = "Use Minecraft's registries."
edition = "2021"
license = "MIT"
name = "azalea-registry"
-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-world/Cargo.toml b/azalea-world/Cargo.toml
index 824b557e..b7969f2c 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -13,7 +13,7 @@ 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.2.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" }
-azalea-registry = {path = "../azalea-registry", version = "^0.1.0"}
+azalea-registry = {path = "../azalea-registry", version = "^0.2.0" }
log = "0.4.17"
nohash-hasher = "0.2.0"
thiserror = "1.0.34"