rust-2048 icon indicating copy to clipboard operation
rust-2048 copied to clipboard

Update rustc-serialize dependency to version 0.3.24 (Fixes #30)

Open aeph6Ee0 opened this issue 7 years ago • 1 comments

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.

aeph6Ee0 avatar Jun 18 '18 15:06 aeph6Ee0

I have a pull request open to migrate to serde here: https://github.com/coeuvre/rust-2048/pull/32

marble-sh avatar Sep 16 '18 20:09 marble-sh