diff options
| author | mat <github@matdoes.dev> | 2022-11-19 15:25:55 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-11-19 15:25:55 -0600 |
| commit | 5a8f50950ab6028feb5b6f600528eac35b90253e (patch) | |
| tree | ed2888d2e12e6db41a53af304b4c9b5cbac00136 /azalea-registry | |
| parent | 619984fa33aec8b9629770928c51ee81a3d3a63f (diff) | |
| download | azalea-drasl-5a8f50950ab6028feb5b6f600528eac35b90253e.tar.xz | |
chore: Release
Diffstat (limited to 'azalea-registry')
| -rwxr-xr-x | azalea-registry/Cargo.toml | 6 | ||||
| -rwxr-xr-x | azalea-registry/azalea-registry-macros/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 6c742c0a..eb8463a5 100755 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -3,11 +3,11 @@ description = "Use Minecraft's registries." edition = "2021" license = "MIT" name = "azalea-registry" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf", version = "^0.3.0" } -azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.3.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.4.0" } diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 353183f0..274b5009 100755 --- a/azalea-registry/azalea-registry-macros/Cargo.toml +++ b/azalea-registry/azalea-registry-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-registry-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry/azalea-registry-macros" -version = "0.3.0" +version = "0.4.0" [lib] proc-macro = true |
