From 1160245addd6ad0d8c73af9ff8da9ca54b2cde58 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sun, 31 Jul 2022 14:39:26 +0100 Subject: [PATCH] Bump bevy version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8640038..69a7a1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ thiserror = "1.0.31" log = "0.4.17" [dependencies.bevy] -version = "0.7" +version = "0.8" default-features = false features = [] -- GitLab