aboutsummaryrefslogtreecommitdiff
path: root/azalea-block
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-18 20:22:26 -0500
committermat <git@matdoes.dev>2024-04-18 20:22:26 -0500
commitfa96af786b6f549edd8f04f4a19ced01faffe114 (patch)
tree7cc60555218abf1d442554b084cb66852ef5cf0e /azalea-block
parent8808ecef9416edca9c77296742a533e848fba075 (diff)
downloadazalea-drasl-fa96af786b6f549edd8f04f4a19ced01faffe114.tar.xz
Release 0.9.1
azalea@0.9.1 azalea-auth@0.9.1 azalea-block@0.9.1 azalea-block-macros@0.9.1 azalea-brigadier@0.9.1 azalea-buf@0.9.1 azalea-buf-macros@0.9.1 azalea-chat@0.9.1 azalea-client@0.9.1 azalea-core@0.9.1 azalea-crypto@0.9.1 azalea-entity@0.9.1 azalea-inventory@0.9.1 azalea-inventory-macros@0.9.1 azalea-language@0.9.1 azalea-physics@0.9.1 azalea-protocol@0.9.1 azalea-protocol-macros@0.9.1 azalea-registry@0.9.1 azalea-registry-macros@0.9.1 azalea-world@0.9.1 Generated by cargo-workspaces
Diffstat (limited to 'azalea-block')
-rw-r--r--azalea-block/Cargo.toml2
-rw-r--r--azalea-block/azalea-block-macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index 1f3a829f..5b037709 100644
--- a/azalea-block/Cargo.toml
+++ b/azalea-block/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-block"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block"
-version = "0.9.0"
+version = "0.9.1"
[lib]
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml
index 7489a93e..adad7618 100644
--- a/azalea-block/azalea-block-macros/Cargo.toml
+++ b/azalea-block/azalea-block-macros/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-block-macros"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block/azalea-block-macros"
-version = "0.9.0"
+version = "0.9.1"
[lib]
proc-macro = true