changeset 6:ec5eb5bac52c

Remove rustc-serialize dependency
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 14 Feb 2016 12:40:28 +0100
parents ef523e637b3e
children da25ed4d610c
files Cargo.lock Cargo.toml
diffstat 2 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.lock	Sun Feb 14 12:06:20 2016 +0100
+++ b/Cargo.lock	Sun Feb 14 12:40:28 2016 +0100
@@ -5,7 +5,6 @@
  "chrono 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 0.1.48 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -73,11 +72,6 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
-name = "rustc-serialize"
-version = "0.3.18"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
 name = "time"
 version = "0.1.34"
 source = "registry+https://github.com/rust-lang/crates.io-index"
--- a/Cargo.toml	Sun Feb 14 12:06:20 2016 +0100
+++ b/Cargo.toml	Sun Feb 14 12:40:28 2016 +0100
@@ -5,6 +5,5 @@
 
 [dependencies]
 getopts = ">=0.2"
-rustc-serialize = ">=0.3.18"
 regex = ">=0.1"
 chrono = ">=0.2"