From 3f7fb41255bd7895f98373a0711a9a342e304b00 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 14:37:05 +0000 Subject: change versions and stuff --- azalea-physics/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-physics') diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 8d18d391..b79fe51f 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -8,9 +8,9 @@ version = "0.1.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.1.0"} -azalea-core = {path = "../azalea-core", version = "^0.1.0"} -azalea-world = {path = "../azalea-world", version = "^0.1.0"} +azalea-block = { path = "../azalea-block", version = "^0.1.0" } +azalea-core = { path = "../azalea-core", version = "^0.1.0" } +azalea-world = { path = "../azalea-world", version = "^0.1.0" } lazy_static = "1.4.0" [dev-dependencies] -- cgit v1.2.3