summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-07-23 04:59:52 -0500
committertom barrett <spalf0@gmail.com>2019-07-23 04:59:52 -0500
commitc25884efd8d1a239c88dbafd7a0e12eca3c7401b (patch)
tree63ca4a26fa7ff159ae654841b724e7ca4e876da7 /Cargo.toml
parent2ee665ef6954f6eab9f0398c19284b3ea4c8246d (diff)
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 24c7704..caddc67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["tom barrett <spalf0@gmail.com>"]
edition = "2018"
[dependencies]
-ggez = "0.5.0-rc.2"
+ggez = "0.5.1"
rand = "0.7.0"
xml-rs = "0.8"