aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
commitf66f55955d9adc938a4453c61fbc0f8667091913 (patch)
tree4d58cc6434cf94c61c7289c8d50b9fa18d58a108
parent9a7d2d51b5c7b3ba08cf9d404df281fe6f9dc4f8 (diff)
downloadazalea-drasl-f66f55955d9adc938a4453c61fbc0f8667091913.tar.xz
(cargo-release) version 0.2.0
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-physics/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f9aebcae..82f824e0 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -252,7 +252,7 @@ dependencies = [
[[package]]
name = "azalea-physics"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"azalea-block",
"azalea-core",
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index a372ab85..215cd4af 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -16,7 +16,7 @@ azalea-block = { path = "../azalea-block", version = "0.2.0" }
azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
azalea-core = { path = "../azalea-core", version = "0.2.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }
-azalea-physics = { path = "../azalea-physics", version = "0.1.0" }
+azalea-physics = { path = "../azalea-physics", version = "0.2.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" }
azalea-world = { path = "../azalea-world", version = "0.2.0" }
log = "0.4.17"
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index c6ee85e0..d40fe3e7 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -3,7 +3,7 @@ description = "Physics for Minecraft entities."
edition = "2021"
license = "MIT"
name = "azalea-physics"
-version = "0.1.0"
+version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html