aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-protocol/Cargo.toml2
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 471eaf26..bd76ea3f 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -295,7 +295,7 @@ dependencies = [
[[package]]
name = "azalea-protocol-macros"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index fdbf6b24..45777f16 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -18,7 +18,7 @@ azalea-chat = {path = "../azalea-chat", version = "^0.2.0" }
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-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.2.0" }
azalea-registry = {path = "../azalea-registry", version = "^0.2.0" }
azalea-world = {path = "../azalea-world", version = "^0.2.0" }
byteorder = "^1.4.3"
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index 4d6a19e5..7b1e200f 100644
--- a/azalea-protocol/azalea-protocol-macros/Cargo.toml
+++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml
@@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol."
edition = "2021"
license = "MIT"
name = "azalea-protocol-macros"
-version = "0.1.0"
+version = "0.2.0"
[lib]
proc-macro = true