From 6d6717ebdf267f775ffed3c6e98b23b13b03073b Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Sun, 7 Feb 2016 16:55:19 -0800 Subject: [PATCH] use faster travis builds --- .travis.yml | 1 + Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42fe126..92a2bad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: rust +sudo: false rust: - stable - beta diff --git a/Cargo.toml b/Cargo.toml index ef4d6d2..0d3ca72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ description = "A binary serialization / deserialization strategy and implementat [dependencies] rustc-serialize = "0.3.*" byteorder = "0.4.*" -num = "*" -serde = "*" +num = "^0.1" +serde = "^0.6" [dev-dependencies] serde_macros = "*"