diff options
author | Robin Gloster <robin@loc-com.de> | 2015-02-24 15:26:17 +0100 |
---|---|---|
committer | Robin Gloster <robin@loc-com.de> | 2015-02-24 15:26:17 +0100 |
commit | 6fed03463c308ad996963832331a65e480acbdac (patch) | |
tree | 8993d316cd6628aebcad593f7d4465f280af9090 | |
parent | 1bebfa139436d49d6934976c2c5529f014847fc1 (diff) | |
download | milf-rs-6fed03463c308ad996963832331a65e480acbdac.tar.gz milf-rs-6fed03463c308ad996963832331a65e480acbdac.zip |
Bump rustc-serialize to 0.3
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +16,4 @@ facilitate deserializing and serializing Rust structures. """ [dependencies] -rustc-serialize = "0.2.0" +rustc-serialize = "0.3.0" |