diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:25 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:25 +0000 |
| commit | 5d1b8e033914a4c128cc9dc2583504b7a28c0f6b (patch) | |
| tree | 42888d94cad6905e642b948e863b5c613e86bcfd /azalea-physics | |
| parent | 88fd99ca5262dbe9788fcc6195c40c956d70e1a0 (diff) | |
| download | azalea-drasl-5d1b8e033914a4c128cc9dc2583504b7a28c0f6b.tar.xz | |
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-physics')
| -rw-r--r-- | azalea-physics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 7619db80..223521b8 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -9,7 +9,7 @@ version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = {path = "../azalea-block", version = "^0.4.0" } +azalea-block = {path = "../azalea-block", version = "^0.5.0" } azalea-core = {path = "../azalea-core", version = "^0.4.0" } azalea-world = {path = "../azalea-world", version = "^0.4.0" } once_cell = "1.16.0" |
