From 532573f53d8ffe681f98e9b2cbca7a4541d1171d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kat=20March=C3=A1n?= <kzm@zkat.tech>
Date: Fri, 10 Jul 2020 18:17:32 -0700
Subject: [PATCH] fix versions? I think?

---
 Cargo.toml                  | 2 +-
 big-brain-derive/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 7a856d0..dbb2fd4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["game-development"]
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-big-brain-derive = "*"
+big-brain-derive = "0.1"
 specs = { version = "0.16.1", features = ["parallel", "shred-derive", "specs-derive"] }
 serde = "1.0.111"
 typetag = "0.1.5"
diff --git a/big-brain-derive/Cargo.toml b/big-brain-derive/Cargo.toml
index a9cbce4..c4d7edb 100644
--- a/big-brain-derive/Cargo.toml
+++ b/big-brain-derive/Cargo.toml
@@ -14,6 +14,6 @@ proc-macro = true
 [dependencies]
 syn = "1.0.33"
 quote = "1.0.7"
-big-brain = "*"
+big-brain = "0.1"
 proc-macro2 = "1.0.18"
 darling = "0.10.2"
-- 
GitLab