rust-2048
rust-2048 copied to clipboard
Update rustc-serialize dependency to version 0.3.24 (Fixes #30)
This is just an intermediate fix, since rustc-serialize has been deprecated in favor of serde (see https://crates.io/crates/rustc-serialize).
In the medium term we should switch to serde.
Fixes #30.
I have a pull request open to migrate to serde here: https://github.com/coeuvre/rust-2048/pull/32