From 34ee472c5bfe2de97e0a57c50c08cf2b21bb871b Mon Sep 17 00:00:00 2001 From: aeph6Ee0 Date: Mon, 18 Jun 2018 17:34:24 +0200 Subject: [PATCH] Update rustc-serialize dependency to version 0.3.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc97518..5cd32c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "rust-2048" path = "src/main.rs" [dependencies] -rustc-serialize = "0.3" +rustc-serialize = "0.3.24" rand = "0.3.7" piston_window = "0.61.0" pistoncore-sdl2_window = "0.38.0"