diff --git a/Cargo.lock b/Cargo.lock index c2575ae..f2470c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,11 +2,11 @@ name = "super-matte-bros" version = "0.0.1" dependencies = [ - "sdl2 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "sdl2 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sdl2" -version = "0.0.9" +version = "0.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/Cargo.toml b/Cargo.toml index 1949328..f254f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = ["logaritmisk "] [dependencies] -sdl2 = "0.0.9" +sdl2 = "0.0.10" [[bin]] name = "super-matte-bros"