diff --git a/Cargo.toml b/Cargo.toml index f22a206..7724628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ggez = "0.5.1" +ggez = "^0.5.1" toml = "^0.5.6" serde = "^1.0.114" serde_derive = "^1.0.114"