aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Gloster <robin@loc-com.de>2015-02-24 15:26:17 +0100
committerRobin Gloster <robin@loc-com.de>2015-02-24 15:26:17 +0100
commit6fed03463c308ad996963832331a65e480acbdac (patch)
tree8993d316cd6628aebcad593f7d4465f280af9090 /Cargo.toml
parent1bebfa139436d49d6934976c2c5529f014847fc1 (diff)
downloadmilf-rs-6fed03463c308ad996963832331a65e480acbdac.tar.gz
milf-rs-6fed03463c308ad996963832331a65e480acbdac.zip
Bump rustc-serialize to 0.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e478879..31980ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,4 @@ facilitate deserializing and serializing Rust structures.
"""
[dependencies]
-rustc-serialize = "0.2.0"
+rustc-serialize = "0.3.0"