commit c3369eb8e37da6a045f29926bf3c731b1c7ebf8e
parent a2bdab6ecab00d7b251a8badb550fbf1215e7a00
Author: Alve Larsson <larsalvelarsson@gmail.com>
Date: Mon, 8 Jun 2020 23:24:56 +0200
Update dep to latest
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -8,8 +8,8 @@ amethyst = { git = "https://github.com/jojolepro/amethyst", branch = "uilayout"
#amethyst-rhusics = { git = "https://github.com/jojolepro/amethyst-rhusics" }
#rhusics-ecs = { version = "0.1", features = ["eders"] }
#rhusics-core = { version = "0.1", features = ["specs", "eders"] }
-specs = "0.10"
-shrev = "0.8"
-shred = "0.5"
-collision = "0.14"
-rand = "0.3"
+specs = "0.16.1"
+shrev = "1.1.1"
+shred = "0.10.2"
+collision = "0.20.1"
+rand = "0.7.3"