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-core | |
| parent | a63beff5e395ebf104a62047cefe1c8f6d426f6f (diff) | |
| download | azalea-drasl-cb204304813f63b8ef6601dce84f8f911b0af154.tar.xz | |
chore: Release
Diffstat (limited to 'azalea-core')
| -rw-r--r-- | azalea-core/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 6f953359..1982f878 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -4,16 +4,16 @@ edition = "2021" license = "MIT" name = "azalea-core" repository = "https://github.com/mat-1/azalea/tree/main/azalea-core" -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 = { path = "../azalea-buf", version = "^0.7.0" } -azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } -azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } -azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" } -azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } +azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } +azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } +azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" } +azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } bevy_ecs = { version = "0.10.0", default-features = false, optional = true } num-traits = "0.2.15" serde = { version = "^1.0", optional = true } |
