From 8e588457103bdb8a435a8bb29c8a04f49e912177 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 13 Sep 2018 14:36:08 -0700 Subject: Remove `cmake` dependency in favor of `cc` (#94) * Remove `cmake` dependency in favor of `cc` This has been done in a few other projects and has made it lightyears easier to compile native C code, so let's do it here! More info at alexcrichton/curl-rust#225 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a82e298..9c1f891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required matrix: include: - - rust: 1.21.0 + - rust: 1.26.0 - rust: stable - os: osx before_install: -- cgit v1.2.3