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 | |
| parent | 619984fa33aec8b9629770928c51ee81a3d3a63f (diff) | |
| download | azalea-drasl-5a8f50950ab6028feb5b6f600528eac35b90253e.tar.xz | |
chore: Release
Diffstat (limited to 'azalea')
| -rwxr-xr-x | azalea/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index aac249c8..92a689e0 100755 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,19 +4,19 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "^1.0.65" async-trait = "^0.1.57" -azalea-block = { version = "0.3.0", path = "../azalea-block" } -azalea-client = {version = "0.3.0", path = "../azalea-client"} -azalea-core = {version = "0.3.0", path = "../azalea-core"} -azalea-physics = { version = "0.3.0", path = "../azalea-physics" } -azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"} -azalea-world = { version = "0.3.0", path = "../azalea-world" } +azalea-block = { version = "0.4.0", path = "../azalea-block" } +azalea-client = {version = "0.4.0", path = "../azalea-client"} +azalea-core = {version = "0.4.0", path = "../azalea-core"} +azalea-physics = { version = "0.4.0", path = "../azalea-physics" } +azalea-protocol = {version = "0.4.0", path = "../azalea-protocol"} +azalea-world = { version = "0.4.0", path = "../azalea-world" } log = "0.4.17" num-traits = "0.2.15" parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]} |
