From 33b6dc8c3e774df0dafc657ded38c7d1de289233 Mon Sep 17 00:00:00 2001
From: Aevyrie <aevyrie@gmail.com>
Date: Sun, 20 Sep 2020 22:16:30 -0700
Subject: [PATCH] Allow semver compatible bevy deps

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index cf177d8a..a81a942c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,5 +12,5 @@ categories = ["game-engines", "rendering"]
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-bevy = "0.2.1"
+bevy = "^0.2.1"
 #bevy = { git = "https://github.com/bevyengine/bevy", branch = "master" }
\ No newline at end of file