From 887e5ff844efe5a6397ebfdf7333d3e3ec700ef4 Mon Sep 17 00:00:00 2001 From: Valerii Hiora Date: Sat, 3 Jan 2015 15:28:22 +0200 Subject: 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3