aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValerii Hiora <valerii.hiora@gmail.com>2015-01-03 15:28:22 +0200
committerValerii Hiora <valerii.hiora@gmail.com>2015-01-03 18:01:19 +0200
commit887e5ff844efe5a6397ebfdf7333d3e3ec700ef4 (patch)
treebf5b8a2804d730b37f4c30a137d3b640c42f8c82 /Cargo.toml
parent2557fc9ab98fd4ee4c894b05f1eda903773c4558 (diff)
downloadmilf-rs-887e5ff844efe5a6397ebfdf7333d3e3ec700ef4.tar.gz
milf-rs-887e5ff844efe5a6397ebfdf7333d3e3ec700ef4.zip
Update to master
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes
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 c6234c3..66f76e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,4 @@ facilitate deserializing and serializing Rust structures.
"""
[dependencies]
-rustc-serialize = "0.1.0"
+rustc-serialize = "0.2.0"