Skip to content
Snippets Groups Projects
Unverified Commit 532573f5 authored by Kat Marchán's avatar Kat Marchán
Browse files

fix versions? I think?

parent 1a442d8a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment