diff options
| -rw-r--r-- | azalea-buf/Cargo.toml | 4 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-entity/Cargo.toml | 5 | ||||
| -rw-r--r-- | azalea-nbt/Cargo.toml | 4 |
4 files changed, 9 insertions, 6 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 2b367f25..e685b397 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.7.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.8.0" } byteorder = "^1.4.3" log = "0.4.20" serde_json = { version = "^1.0", optional = true } diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 4a928d9e..daf32e20 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/mat-1/azalea/tree/main/azalea-buf" -version = "0.7.0" +version = "0.8.0" [lib] proc-macro = true diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index ee441933..081ac0a1 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "azalea-entity" -version = "0.1.0" +version = "0.8.0" edition = "2021" +description = "Things related to Minecraft entities used by Azalea" +repository = "https://github.com/mat-1/azalea/tree/main/azalea-entity" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index e8c6a14a..803d9dd2 100644 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -3,13 +3,13 @@ description = "A fast NBT serializer and deserializer." edition = "2021" license = "MIT" name = "azalea-nbt" -version = "0.7.0" +version = "0.8.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } +azalea-buf = { path = "../azalea-buf", version = "^0.8.0" } byteorder = "^1.4.3" compact_str = { version = "0.7.1", features = ["serde"] } enum-as-inner = "0.6.0" |
