diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2024-12-03 14:42:23 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 14:42:23 -0600 |
| commit | b71a7af53ae2dba2b43c8efc855a4a3b853ebff2 (patch) | |
| tree | 031910714b6b9fb8cc0aaafe376f8629acedf671 /azalea-buf | |
| parent | ea5a1c1ec128cc1a33593c9d91ef758c3fb73e16 (diff) | |
| download | azalea-drasl-b71a7af53ae2dba2b43c8efc855a4a3b853ebff2.tar.xz | |
1.21.4 (#189)
* start updating to 1.21.4
* fix block codegen and stop using block data from burger
* 1.21.4-rc1
* 1.21.4
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 3c8572c8..992f379c 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.3+mc1.21.3" +version = "0.10.3+mc1.21.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 8920d035..ade60dae 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.3+mc1.21.3" +version = "0.10.3+mc1.21.4" [lib] proc-macro = true |
