diff options
| author | mat <git@matdoes.dev> | 2023-05-16 23:57:06 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-16 23:57:06 -0500 |
| commit | cb204304813f63b8ef6601dce84f8f911b0af154 (patch) | |
| tree | 57bcc63a2d6d5199ae8202f5f67ac684de1ab9d2 /azalea-inventory | |
| parent | a63beff5e395ebf104a62047cefe1c8f6d426f6f (diff) | |
| download | azalea-drasl-cb204304813f63b8ef6601dce84f8f911b0af154.tar.xz | |
chore: Release
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/Cargo.toml | 8 | ||||
| -rw-r--r-- | azalea-inventory/azalea-inventory-macros/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 5fe756f7..4e689d03 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-inventory" repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory-macros" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] azalea-buf = { version = "0.7.0", path = "../azalea-buf" } -azalea-inventory-macros = { version = "0.6.0", path = "./azalea-inventory-macros" } -azalea-nbt = { version = "0.6.0", path = "../azalea-nbt" } -azalea-registry = { version = "0.6.0", path = "../azalea-registry" } +azalea-inventory-macros = { version = "0.7.0", path = "./azalea-inventory-macros" } +azalea-nbt = { version = "0.7.0", path = "../azalea-nbt" } +azalea-registry = { version = "0.7.0", path = "../azalea-registry" } diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index 0db33255..ee41c6b6 100644 --- a/azalea-inventory/azalea-inventory-macros/Cargo.toml +++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-inventory-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory/azalea-inventory-macros" -version = "0.6.0" +version = "0.7.0" [lib] proc-macro = true |
